d3d0cbd3d0cbd2cfcad2cfcad2cfcad2cfca@charset "UTF-8";

/* Body */
body {
	font-family: sofia-pro, sans-serif;
	background-color: #d2cfca;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

#loadingb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 /*  background: #d2cfca; */
  z-index: 1;
}
#loading {
  top: 40%;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 11pt;	
  z-index: 2;
}

.all {
    position: relative;
}

/* 通常（PC）ではタイル表示 */
.slide-wrap {
  background-color: #d2cfca;
  display: flex;
  flex-direction: row-reverse;　/* 並べた全画像を右寄せで表示 */
  max-width: 1300px;
  width: auto;
  margin-left: auto;
    overflow-x: scroll;
}
.slide-box {
  height: 100%;
  margin: 2%;　/* 画像の上下左右余白設定 */
  width: auto;
}
.slide-box img {
  display: block;
  height: 100vh;　/* 画像を画面縦いっぱいにする */
  width: auto;
}

@media screen and (max-width: 1300px) {
#loadingb {

}

#loading {

}

/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 20%;
    margin: auto 1% auto auto;
  }
}

  .audio_button {
    width: 60px;
    height: 60px;
    background: url(../images/sound_play.png) no-repeat center center;
    background-size: contain;
    display: flex;
    position: absolute;
    top: 2%;
    left: 80%;
  }
  
  .play .audio_button {
    background-image: url(../images/sound_pause.png);
  }
