/* ==================================

  about.css

================================== */

/* ==================================

  About -  施設について

================================== */

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding: 128px 0 8px 0;
}

h2, h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

#wrapper {
  width: 100%;
  padding: 0 8px;
}

.about-area {
  text-align: center;
}

.about-text-box {
  width: 980px;
  padding: 16px 24px;
  margin: 32px auto 64px auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about-text-box {
    width: 100%;
  }
}

.floor-map-area {
  background-color: #FFF;
}

.floor-map-box {
  width: 980px;
  margin: 0 auto;
}

.parking-map-box {
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .floor-map-box, .parking-map-box {
    width: 100%;
  }
}

.info-text-list-area {
  background-color: rgba(143, 126, 79, 0.1);
}

.info-text-list-box {
  font-size: 1.4rem;
  width: 980px;
  padding: 32px 24px;
  margin: 0 auto 128px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .info-text-list-box {
    width: 100%;
  }
}

.info-text-list-box ul.info-text li {
  font-size: 1.4rem;
  line-height: 2.0;
}

.info-text-list-box ul.info-text i {
  padding-right: 8px;
}

.info-text-list-box ul.info-text li:nth-child(2) {
  padding-right: 8px;
}



/* ==================================

  Characteristic -  特徴

================================== */

.char-area {
  width: 100%;
  text-align: center;
}

.char-box {
  background-color: #2D080A;
  padding-top: 2px;
}

.char-white-box {
  background-color: #FFFFFF;
  padding-top: 2px;
}

.char-last-box {
  background-color: #2D080A;
  padding-top: 2px;
  margin-bottom: 128px;
}

.char-img-box {
  width: 60%;
}

.char-max-img-box {
  width: 100%;
}

.char-text-box {
  position: relative;
  width: 40%;
  color: #2D080A;
}

.char-white-text-box {
  position: relative;
  width: 40%;
  color: #FFFFFF;
}

.char-max-text-box {
  width: 100%;
  line-height: 2.0;
  color: #FFFFFF;
  padding: 20px 40px;
  font-size: 2.8rem;
  text-align: left;
  color: #2D080A;
}

@media screen and (max-width: 640px) {
  .char-max-text-box {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.char-text-box p,
.char-white-text-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  text-align: left;
  padding: 20px 40px;
}

@media screen and (max-width: 640px) {
  .char-text-box p,
  .char-white-text-box p {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.char-text-box p span,
.char-white-text-box p span {
  font-weight: bold;
  font-size: 3.0rem;
  text-align: center;
  display: block;
}

@media screen and (max-width: 640px) {
  .char-text-box p span,
  .char-white-text-box p span {
    font-size: 1.4rem;
  }
}


/* ==================================

  Floor Info -  施設情報

================================== */

.floor-box {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .floor-box {
    width: 90%;
  }
}

.img-box {
  width: 100%;
  position: relative;
}

.img-box img {
  transition: all 0.3s ease-out;
}

.img-box img:hover {
  transform: scale(1.3);
}

.over {
  overflow: hidden;
}

.img-text {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.img-text-left {
  position: absolute;
  bottom: 18px;
  left: 4px;
  color: #FFF;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.0;
  border-bottom: 1px solid #FFF;
}

.img-text-jap-left {
  position: absolute;
  bottom: 0;
  left: 4px;
  color: #FFF;
  font-size: 1.0rem;
}

.img-text-right {
  position: absolute;
  bottom: 18px;
  right: 4px;
  color: #FFF;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.0;
  border-bottom: 1px solid #FFF;
}

.img-text-jap-right {
  position: absolute;
  bottom: 0;
  right: 4px;
  color: #FFF;
  font-size: 1.0rem;
}

.floor-text-box {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.floor-info-box {
  margin: 16px auto 64px;
  font-size: 1.4rem;
  line-height: 2.0;
  text-align: left;
}

.floor-info-box .item {
  margin-top: 32px;
}

.floor-info-box .item::before {
  content: "\30FC\a0";
}

.pdf-area {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.pdf-area a {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #221816;
}

@media screen and (max-width: 768px) {
  .pdf-area {
    text-align: left;
  }
}

