@charset "UTF-8";
/*
Theme Name: Japan Stage
Author: Shibusawa
Description: Japan Stage wordpress theme
Version: 1.0
*/

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 56px;
  color: #5a5a5a;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

h2 {
  margin-bottom: 30px;
}
figure {
  position: relative;
  width: 100%;
  height: auto;
}
figure img {
  display: block; /* インライン要素をブロック要素に変更 */
  width: 100%; /* 幅を親要素に合わせる */
  height: auto; /* 高さを自動調整 */
  object-fit: contain;
}

.search-form,.property-profile {
  background-color: #F8F8FF;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}


.name {
  max-width: 640px;
  background-color: #f8f9fa!important;
  color: #002F8C;
  border: 2px #002F8C solid;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.name * {
  margin: 0 auto;
  padding: 0;
  line-height: 40px;
}

.name h3 {
  margin-bottom:10px;
}

.name p {
  border-top:#002F8C 1px dotted
}

.name strong {
  font-size: 15px;
}

.property-detail {
  margin: 20px auto;
}

.property-detail tr{
  margin: 0 auto;
}

.property-detail th {
  background-color: #f8f9fa!important;
  color: #002F8C;
}

.property-detail td {
  color: #002F8C;
}

.photos .carousel-item > *, .carousel-control-prev, .carousel-control-next {
  max-height: 700px;
  height: 700px;
  height: 100%;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn {
  border: 2px solid #002f8c;
  border-radius: 5px;
  color: #002f8c;
}

.btn:active {
  outline-color: rgba(13,110,253, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13,110,253, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.auth {
  text-align: end;
}

small {
  font-size: 12px;
}


main form {
  color: black;
}

footer {
  height: auto;
  color: black;
  text-align: center;
  background-color: #F8F8FF;
  text-align: left;
}

footer ul {
  padding: 0;
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: black;
}

footer li * {
  color: #6c757d!important;
  line-height: 20px;
}

.nav-link,h5{
  color: #002F8C;
}

.property-profile .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.property-profile .carousel-inner {
  border: 1px solid #002F8C;
  max-width: 640px;
}

.property-profile .carousel-item {
  height: inherit;
  max-width: 640px
}
.property-profile .carousel-item > img {
  width: 100%;
}

.property-profile #carouselExampleControls button {
  background-color: rgba(0,0,0,0.2);
}

.property-profile .carousel {
  max-width: 640px;
  margin: 0 auto;
}

.search-form > * {
  margin: 10px auto 15px;
  width: 30%;
}

.input-group {
  margin-bottom: 10px;
}

.table {
  flex: 0 0 auto;
  width: 83.33333333%;
  max-width: 640px;
}
@media (max-width: 1200px) {
  /*
  body {
    padding-top: 116px!important;
  }
  */
  #myCarousel svg, #myCarousel img {
    margin: 0 auto;
    max-height: 500px;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
  }

  #myCarousel .carousel-item {
    height: 500px;
  }

  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .auth {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  p {
    margin-bottom: 1rem;
  }

  .search-form > * {
    margin: 10px auto 15px;
    width: 50%;
  }

  .table {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
  text-align: center;
}

.mySwiper2 {
  height: 400px;
  max-width: 640px;
}

.mySwiper {
  height: 100px;
  max-width: 640px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

@media (max-width: 750px) {
  #myCarousel svg, #myCarousel img {
    margin: 0 auto;
    max-height: 400px;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
  }

  #myCarousel .carousel-item {
    height: 400px;
  }

  .search-form > * {
    margin: 10px auto 15px;
    width: 70%;
  }

  .table {
    width: 90%;
  }
}