@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body.layout-lower
#main {
  padding-bottom: 0;
}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead div.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.body {
    flex-direction: row;
    justify-content: space-between;
  }

}

/** ***************************************************************************
 * 画像
 */

#lead div.image {
  text-align: center;
  position: relative;
}

#lead div.image a {
  padding-bottom: 10.19%;
  position: absolute;
  top: 0;
  left: 12.60%;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(255, 255, 255, 0.0);
}

#lead div.image a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#lead div.image a[href*="6f"] {
  width: 66.67%;
  margin-top: 4.07%;
}

#lead div.image a[href*="5f"] {
  width: 72.96%;
  margin-top: 15.37%;
}

#lead div.image a[href*="4f"] {
  width: 79.63%;
  margin-top: 26.67%;
}

#lead div.image a[href*="3f"] {
  width: 85.19%;
  margin-top: 37.96%;
}

#lead div.image a[href*="2f"] {
  width: 85.19%;
  margin-top: 49.26%;
}

#lead div.image a[href*="1f"] {
  width: 85.19%;
  margin-top: 60.56%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.image {
    align-self: flex-start;
    order: 2;
  }

}

/** ***************************************************************************
 * 内容
 */

#lead div.content {
  margin-top: 20px;
  line-height: 2;
  font-size: 1.125em;
}

#lead div.content .title {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 1.125em;
  font-weight: 700;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    width: 27em;
    min-width: 18em;
    margin-top: 0;
    padding-right: 2em;
    letter-spacing: 2px;
    font-size: 1.25em;
  }

  #lead div.content .title {
    font-size: 1.3em;
  }

}

/** ***************************************************************************
 * 各フロア共用
 * ************************************************************************* */

#main .space-contents {
  padding: 30px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

#space-6f.space-contents {
  background-image: url("../../_image/commonspace/floor-6-bg.jpg");
}

#space-5f.space-contents {
  background-image: url("../../_image/commonspace/floor-5-bg.jpg");
}

#space-4f.space-contents {
  background-image: url("../../_image/commonspace/floor-4-bg.jpg");
}

#space-3f.space-contents {
  background-image: url("../../_image/commonspace/floor-3-bg.jpg");
}

#space-2f.space-contents {
  background-image: url("../../_image/commonspace/floor-2-bg.jpg");
}

#space-1f.space-contents {
  background-image: url("../../_image/commonspace/floor-1-bg.jpg");
}

#main .space-contents ~ .space-contents {
  margin-top: 0 !important;
}

#main .space-contents div.body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

/** ***************************************************************************
 * タイトル
 */

#main .space-contents .section-title {
  margin-bottom: 25px;
}

#main .space-contents .section-title img {
  width: auto;
  max-height: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .space-contents .section-title img {
    max-height: 62px;
  }

}

/** ***************************************************************************
 * 画像
 */

#main .space-contents div.image div.image-list {
  max-width: none;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#main .space-contents div.image div.item {
  margin: 2px;
}

#main .space-contents div.image .caption {
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .space-contents div.image {
    order: 2;
  }

  #main .space-contents div.image div.image-list {
    margin-left: -8px;
    margin-right: -8px;
  }

  #main .space-contents div.image div.item {
    margin: 8px;
  }

}

/** ***************************************************************************
 * 内容
 */

#main .space-contents div.content {
  margin-top: 20px;
  line-height: 2;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .space-contents div.content {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.125em;
    order: 1;
  }

}
