.fadeIn_left {
  opacity: 0;
  transform: translate(-75%, 0);
  transition: 2s;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 4s;
}
.fadeIn {
  opacity: 0;
  transition: 3s;
}
.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  bottom: 7vh;
  right: 0;
  left: 0;
  writing-mode: vertical-rl;
  z-idex: 100;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 3s infinite;
  background-color: #FFF;
  content: "";
  height: 14vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 100;
}
/* 線の背景色 */
.scroll::after {
  background-color: #888;
  content: "";
  height: 14vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 90;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.contents1 {
  height: 100vh;
}
.concept {
  height: 100vh;
  z-index: 30;
  color: white;
  background-image: url("../img/onsen-top.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.concept-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.concept h1 {
  margin: 0 auto 20% auto;
  display: flex;
  justify-content: center;
}
.concept h1 img {
  width: 50%;
}
.concept p {
  font-size: 15pt;
  writing-mode: vertical-rl;
  margin: 0 auto;
  text-shadow: 1px 1px 3px #000;
  line-height: 25pt;
	letter-spacing: 4pt;
}
/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #fff;
}
a:hover, a:active {
  text-decoration: none;
}
.contents2 {
  position: relative;
	padding-bottom:10%;
}
.wrapper {
  position: relative;
}
.wrapper h2 {
  position: absolute;
  top: 10%;
  right: 12%;
  font-size: 25pt;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
  text-shadow: 1px 1px 3px #000;
  line-height: 40pt;
  letter-spacing: 8pt;
  white-space: nowrap;
}
.wrapper h2::after {
  content: url("../img/onsen-yuge-300x478.png");
  position: absolute;
  z-index: -10;
  transform: translate(40%, -90%);
  pointer-events: none;
}
.wrapper p {
  z-index: 1;
  bottom: 100px;
  right: 20px;
  font-size: 14pt;
  position: absolute;
  text-align: right;
  color: #fff;
  z-index: 3;
  text-shadow: 1px 1px 3px #000;
  letter-spacing: 4pt;
  line-height: 20pt;
}
.contents3 {
  display: flex;
	padding-bottom:5%;
}
.CNT3BOX1 {
  width: 40%;
  color: white;
}
.CNT3IN1 {
  display: flex;
  margin: auto;
  position: relative;
}
.CNT3IN1 h2 {
  font-size: 25pt;
  writing-mode: vertical-rl;
  margin: 100px auto;
  z-index: 10;
  line-height: 40pt;
  letter-spacing: 6pt;
  position: relative;
  white-space: nowrap;
}
.CNT3IN1 h2:after {
  content: url("../img/onsen-yuge-300x478.png");
  position: absolute;
  z-index: -10;
  transform: translate(45%, -90%);
}
.CNT3BOX1 hr {
  width: 200px;
  margin: 0 auto;
  color: darkgoldenrod;
}
.CNT3IN2 {}
.CNT3IN2 p {
  font-size: 12pt;
  padding: 0;
  letter-spacing: 4pt;
  line-height: 30px;
  padding: 5% 15%;
  text-align: justify;
}
.CNT3IN3 {
	width:80%;
  padding-bottom: 10%;
	margin:auto;
}
.CNT3IN3 p {
  padding: 20px;
  text-align: center;
  border: solid;
  border-color: white;
  border-width: 1px;
  margin: 0 5%;
}
.CNT3BOX2 {
  width: 60%;
  margin: auto;
}
.CNT3BOX2 ul {
  display: flex;
  margin-top: 80px;
  justify-content: center;
  flex-wrap: wrap;
}
.CNT3BOX2 li {
  margin: 0 1% 10% 1%;
	position: relative;
}
.CNT3BOX2 p {
  font-size: 20px;
  text-align: center;
  color: white;
  margin-top: -10px;
  position: relative;
}
.CNT3BOX2 p:after {
  content: url("../img/onsen-room-bg.png");
  position: absolute;
  z-index: 10;
  top: -40px;
  right: 0;
  left: 0;
  transform: scale(0.8);
}
.contents4 {
  display: flex;
  position: relative;
  margin-bottom: 10%;
}
.CNT4BOX2 {
  width: 50%;
}
.CNT4BOX2-1 img {
  position: absolute;
  width: 50%;
  top: 15%;
  right: 5%;
  z-index: -1;
}
.CNT4BOX1 {
  width: 50%;
  color: white;
}
.CNT4IN1 {}
.CNT4IN1 h2 {
  font-size: 25pt;
  writing-mode: vertical-rl;
  display: block;
  margin: 150px auto 100px auto;
  line-height: 40pt;
  letter-spacing: 6pt;
  position: relative;
  white-space: nowrap;
}
.CNT4IN1 h2:after {
  content: url("../img/onsen-yuge-300x478.png");
  position: absolute;
  z-index: -10;
  transform: translate(50%, -60%);
}
.CNT4BOX1 hr {
  width: 200px;
  margin: 0 auto;
  color: darkgoldenrod;
}
.CNT4IN2 {
  margin-top: 100px;
}
.CNT4IN2 p {
  width: 65%;
  font-size: 12pt;
  margin: 0 auto 0 auto;
  letter-spacing: 4pt;
  line-height: 30px;
}
.CNT4BOX2-2 img {
  width: 50%;
  position: absolute;
  top: 25%;
  left: 5%;
  z-index: -2;
  opacity: 1;
}
.contents5 {
  height: 100vh;
  position: relative;
	background-image:url("../img/room-title-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	margin-bottom:5%;
  z-index: -2;
}
.CNT5BOX1 {
  width: 100%;
  height: 100%;
  color: white;
}
.CNT5IN1 h2 {
  font-size: 25pt;
  writing-mode: vertical-rl;
  line-height: 40pt;
  letter-spacing: 6pt;
  position: relative;
  white-space: nowrap;
  margin: 150px auto 100px auto;
}
.CNT5IN1 h2:after {
  content: url("../img/onsen-yuge-300x478.png");
  z-index: -10;
  position: absolute;
  transform: translate(50%, -90%)
}
.CNT5IN1 {
  position: absolute;
  right: 37.5%;
  bottom: 20%;
}
.CNT5IN2 {
  position: absolute;
  left: 25%;
  bottom: 8%;
}
.CNT5IN2 p {
  font-size: 12pt;
  letter-spacing: 4pt;
  line-height: 30px;
  z-index: 10;
}
.CNT5BOX2 {
  width: 45%;
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: -10;
  overflow: hidden;
}
.CNT5BOX2 img {
  width: 100%;
}
.CNT5BOX3 {
  width: 30%;
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: -20;
}
.CNT5BOX3 img {
  width: 100%;
}
.CNT5BOX4 img {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: 0.2;
  z-index: -30;
}
.contents6 {
  padding: 5% 15% 5% 15%;
}
.CNT6BOX1 {
  background-color: #212121;
  padding: 5%;
  color: white;
}
.CNT6BOX1 p {
  font-size: 20pt;
  text-align: center;
  padding-bottom: 5%;
}
.CNT6IN1 {}
.CNT6IN2 {}
.Table {
  border-collapse: collapse;
  font-size: 12pt;
  margin: auto;
}
.Table th {
  width: 20%;
  font-weight: normal;
  padding: 2.5% 0;
}
.Table td {
  vertical-align: middle;
  border-bottom: 2px dashed #fff;
  border-top: 2px dashed #fff;
}
.Table tr {}
@media screen and (max-width:1024px) {
  .concept p {
    font-size: 12pt;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .wrapper {
    overflow: hidden;
  }
  .wrapper h2 {
    font-size: 16pt;
    writing-mode: vertical-rl;
    text-shadow: 1px 1px 3px #000;
    line-height: 25pt;
    white-space: nowrap;
  }
  .contents2 p {
    bottom: 100px;
    right: 0;
    left: 0;
    font-size: 10pt;
    text-align: left;
    padding: 0 10%;
  }
  .contents3 {
    display: flex;
    flex-direction: column-reverse;
  }
  .CNT3BOX1 {
    width: 100%;
    color: white;
  }
  .CNT3BOX2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .CNT3BOX2 ul {
    margin-top: 0px;
  }
  .CNT3BOX2 li {
    margin-right: auto;
    margin-left: auto;
  }
  .CNT3IN1 h2 {
    font-size: 18pt;
    line-height: 25pt;
  }
  .CNT3IN2 {
    margin: 0;
  }
  .CNT3IN2 p {
    font-size: 10pt;
    padding: 50px 10%;
  }
  .CNT3IN3 p {
    font-size: 10pt;
    padding: 20px;
    text-align: center;
    border: solid;
    border-color: white;
    border-width: 1px;
    margin: 0 10%;
  }
  .contents4 {
    position: relative;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
  }
  .CNT4BOX2 {
    width: 100%;
    position: relative;
  }
  .CNT4BOX2-1 img {
    width: 70%;
  }
  .CNT4BOX2-2 img {
    width: 70%;
    position: relative;
  }
  .CNT4BOX1 {
    width: 100%;
  }
  .CNT4IN1 h2 {
    font-size: 18pt;
    writing-mode: vertical-rl;
    line-height: 25pt;
    letter-spacing: 6pt;
    white-space: nowrap;
  }
  .CNT4IN2 p {
    font-size: 10pt;
    width: 100%;
    padding: 0 10% 50px 10%;
  }
  .contents5 {
    height: auto;
    margin-bottom: 5%;
  }
  .CNT5BOX1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .CNT5IN1 {
    width: 100%;
    position: static;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
  }
  .CNT5IN2 {
    position: static;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .CNT5IN1 h2 {
    font-size: 18pt;
    writing-mode: vertical-rl;
    line-height: 25pt;
    letter-spacing: 6pt;
    position: relative;
    white-space: nowrap;
  }
  .CNT5IN2 p {
    font-size: 10pt;
    letter-spacing: 4pt;
    line-height: 30px;
    z-index: 10;
  }
  .CNT5IN2 {
    padding: 0 10%;
  }
  .CNT5BOX2 {
    width: 80%;
    position: static;
    margin-bottom: 20px;
  }
  .CNT5BOX3 {
    width: 80%;
    position: static;
    margin-bottom: 20px;
  }
  .contents6 {
    padding: 10%;
  }
.CNT6BOX1 {
  padding: 10%;
}
	.CNT6BOX1 p {
		font-size:16pt;
}
  .Table th {
    width: 30%;
    font-size: 10pt;
    padding: 10%;
	 line-height:1.5;
  }
  .Table td {
    font-size: 10pt;
  }
  .fadeIn_up {
    opacity: 1;
    transform: translate(0);
  }
}