@charset "utf-8";

#contents h1 .bg-fixed {
  background-image: url("../img/exhibition_space/h1bg.jpg");
}


.goraijyo {
  background: #ededed;
  border-radius: 5px;
  margin: 3em auto auto auto;
  padding: 1em 2em;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  .goraijyo {
    width: 90vw;
    padding: 1em 1.5em;
  }
}

.goraijyo dt {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: 600;
}

.goraijyo dd {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.9em;
}

#slideLtoR {
  margin-top: 70px;
}

.slidePhotos .slick-slide {
  margin: 2px 6px !important;
}

#drygarden {
  max-width: 1500px;
  width: auto;
  margin: auto;
  padding: 50px 0 30px 0 !important;
  z-index: 3;
  background: url("../img/exhibition_space/drygardenBg.jpg") no-repeat center !important;
  background-size: cover !important;
}

#drygarden .sectionInner {
  margin: auto 5vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  #drygarden .sectionInner {
    display: block;
  }
}
    
#drygarden #drygardenPhotos {
  width: 46%;
}
@media only screen and (max-width: 560px) {
  #drygarden #drygardenPhotos {
    width: auto;
  }
}

    
#drygardenPhotos dl {
  margin: 0;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
    
#drygardenPhotos dt {
  margin: 0;
  padding: 0;
  text-align: center !important;
}
    
#drygardenPhotos dt img {
  margin: auto !important;
  max-width: 100%;
  max-height: 600px;
  box-sizing: border-box;
  border: 25px solid #FFFFFF;
}
@media only screen and (max-width: 560px) {
  #showroomPhotos dt img {
    border: 10px solid #FFFFFF;
  }
}
   
#drygardenPhotos dd {
  margin: 0 auto;
  padding: 0 1em;
  box-sizing: border-box;
  color: #FFF;
  font-size: 0.8em;
  line-height: 2em;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  #drygardenPhotos dd {
    line-height: 1.5em;
  }
}

#drygardenPhotos .org-slick-prev {
}
@media only screen and (max-width: 560px) {
  #drygardenPhotos .org-slick-prev {
    left: -3vw;
  }

  #drygardenPhotos .org-slick-next {
    right: -3vw;
  }
}

    
#drygarden #drygardenInfo {
  width: 46%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  #drygarden #drygardenInfo {
    width: auto;
    margin-top: 30px;
  }
}

#drygarden #drygardenInfo dt {
  margin: 0;
  padding: 0;
}
    
#drygarden #drygardenInfo dt img {
  max-width: 100%;
  display: block;
}
    
#drygarden #drygardenInfo dd {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}




#hilightList .highlights {
  position: relative;
  height: 57vw;
  margin-bottom: 10vw;
}
@media only screen and (max-width: 1080px) {
  #hilightList .highlights {
    height: 65vw;
  }
}
@media only screen and (max-width: 560px) {
  #hilightList .highlights {
    position: static;
    background: #ededed;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;
  }
  #hilightList #highlight01 {
    background-image: url("../img/exhibition_space/highlight01SpBg.jpg");
  }
  #hilightList #highlight02 {
    background-image: url("../img/exhibition_space/highlight02SpBg.jpg");
  }
  #hilightList #highlight03 {
    background-image: url("../img/exhibition_space/highlight03SpBg.jpg");
  }
}


#hilightList .highlights::before {
  content: "";
  display: block;
  background-color: #ededed;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 80%;
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  #hilightList .highlights::before {
    height: 70%;
  }
}
@media only screen and (max-width: 560px) {
  #hilightList .highlights::before {
    display: none;
  }
}

#hilightList #highlight02::before {
  right: auto;
  left: 0 !important;
}


#hilightList .highlights .highlightImage {
  position: absolute;
  z-index: 2;
  width: 87vw;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 560px) {
  #hilightList .highlights .highlightImage {
    display: none;
  }
}

#hilightList #highlight02 .highlightImage {
  left: auto;
  right: 0 !important;
}


#hilightList .highlights .highlightImage img {
  display: block;
  width: 100%;
}


#hilightList .highlights dl {
  position: absolute;
  width: 65vw;
  box-sizing: border-box;
  z-index: 3;
  background: rgba(255,255,255,1);
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 5vw 8vw 0 8vw;
  border-top: 4px solid #000;
  font-size: 1.1em;
}
@media only screen and (max-width: 1080px) {
  #hilightList .highlights dl {
    font-size: 1em;
  }
}
@media only screen and (max-width: 560px) {
  #hilightList .highlights dl {
    position: static;
    margin-top: 80vw;
    padding-bottom: 1em;
    width: 90vw;
  }
}

#hilightList #highlight02 dl {
  left: auto;
  right: 0 !important;
}
@media only screen and (max-width: 560px) {
  #hilightList #highlight02 dl {
    margin-left: auto;
  }
}

#hilightList .highlights dt {
  margin: 0 0 1.3em 0;
  padding: 0;
}

#hilightList .highlights dt h2 {
  text-align: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  #hilightList .highlights dt h2 {
    font-size: 1.5em;
    padding-top: 0.5em;
  }
}

#hilightList .highlights dt h2::after {
  content: none;
}

#hilightList .highlights dd {
  margin: 0;
  padding: 0;
  line-height: 2em;
}
@media only screen and (max-width: 560px) {
  #hilightList .highlights dd {
    line-height: 1.75em;
  }
}


#showroomPhotosWrapper {
  background: #3d3d3d;
  padding: 80px 0  50px 0 !important;
}
@media only screen and (max-width: 560px) {
  #showroomPhotosWrapper {
    padding: 10vw 0  5vw 0 !important;
  }
}

#showroomPhotos {
  max-width: 1060px;
  margin: auto;
  z-index: 3;
}
    
#showroomPhotos dl {
  margin: 0;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
    
#showroomPhotos dt {
  margin: 0;
  padding: 0;
  text-align: center !important;
}
    
#showroomPhotos dt img {
  margin: auto !important;
  max-width: 100%;
  max-height: 600px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 1080px) {
  #showroomPhotos dt img {

  }
}
   
#showroomPhotos dd {
  margin: 0 auto;
  padding: 0 1em;
  box-sizing: border-box;
  color: #FFF;
  font-size: 0.8em;
  line-height: 2em;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  #showroomPhotos dd {
    line-height: 1.5em;
  }
}

#showroomPhotos .org-slick-prev {
}
@media only screen and (max-width: 560px) {
  #showroomPhotos .org-slick-prev {
    left: -3vw;
  }

  #showroomPhotos .org-slick-next {
    right: -3vw;
  }
}

#showroomPhotosThumbs {
  max-width: 800px;
  margin: auto;
  max-height: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #showroomPhotosThumbs {
    max-height: 17vw;
  }
}

#showroomPhotosThumbs img, #showroomPhotosThumbs div {
  line-height: 0;
  box-sizing: border-box;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

#showroomPhotosThumbs .slick-slide div {
  border: 4px solid #3d3d3d;
}

#showroomPhotosThumbs .slick-current > div{
  border: 4px solid #000;
}



#showroomInfoWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 30px auto 10vw auto;
}
@media only screen and (max-width: 560px) {
  #showroomInfoWrapper {
    display: block;
    box-sizing: border-box;
  }
}


#showroomInfoWrapper .googlemap {
  display: block;
  width: 65vw;
  height: 600px;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  #showroomInfoWrapper .googlemap {
    width: 90vw;
    height: 80vw;
    margin: auto;
    border: 8px solid #6f6f6f;
  }
}

#showroomInfo {
  margin: 0;
  padding: 0 4vw;
  color: #FFF;
  background: #6f6f6f;
  width: 35vw;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 560px) {
  #showroomInfo {
    padding: 5vw;
    color: #FFF;
    width: 90vw;
    display: block;
    margin: auto;
  }
}

#showroomInfo dl {
  margin: 0;
  padding: 0;
  text-align: left;
}

#showroomInfo dt {
  margin: 0;
  padding: 0;
}

#showroomInfo dt h2 {
  color: #FFF;
  text-align: left;
  margin: 0;
  padding: 0 0 0.75em 0;
  font-weight: 400;
  font-size: 1.6em;
}
@media only screen and (max-width: 560px) {
  #showroomInfo dt h2 {
    font-size: 1.4em;
  }
}


#showroomInfo dt h2::after {
  content: none;
}

#showroomInfo dd {
  margin: 0;
  padding: 0;
}

#showroomInfo dd table {
  margin: 0 0 1.5em 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #B1B1B1;
}


#showroomInfo dd th {
  margin: 0;
  padding: 0.75em 0;
  font-weight: 400;
  width: 7em;
  border-bottom: 1px solid #B1B1B1;
}

#showroomInfo dd td {
  margin: 0;
  padding: 0.75em 0;
  font-weight: 400;
  border-bottom: 1px solid #B1B1B1;
}

#showroomInfo .showroomAnnounce {
  background: #404040;
  padding: 1em;
  font-size: 0.9em;
  line-height: 1.5em;
}





