* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 
  'Noto Serif JP',
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
  background-color: #e6fbfb;
  color: #444343;
  /* overflow: hidden; */
}

.titleMenu {
  width: 100vw;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: solid 1px #1f749d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.headerImage li{
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  position: relative;
}

.headerImage li:first-of-type {
  background-image: url(../images/babysfootandmomshands.jpg);
}

.headerImage li:nth-child(2) {
  background-image: url(../images/hugBaby2.jpg);
}

.headerImage li:last-of-type {
  background-image: url(../images/fooding.jpg);
}



.headerImage p {
  writing-mode: vertical-rl;
  font-size: 48px;
  position: absolute;
  top: 50px;
  left: 80px;
  color: rgb(240, 245, 117);
}

.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
  /* &.fadein-bottom{
    transform: translate(0,30px);
  } */
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.lang-modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  /* height: 100%; */
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

.modal-wrapper {
  width: 350px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  text-align: center;
  z-index: 2;
}

.modal-wrapper p{
  margin: 70px 0 30px 0;
}

.btnarea {
  display: flex;
  height: 40px;
  justify-content: center;
}

.lang-btn {
  
  padding: 0 10px;
}

.lang-btn a{
  display: block;
  width: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  background-color: #00a960;
  border-radius: 30px;
  justify-content: center;
  transform: 0.45s;
}

.lang-btn a:hover {
  background-color: #fff;
  border-color: #00a960;
  color: #00a960;
}


.towa {
  text-align: center;
  padding: 50px 0;
}

h2 {
  margin: 60px 0;
  font-size: 36px;
  line-height: 80px;
}

.towa p {
  margin: 40px 0;
  font-size: 24px;
}

.activeA {
  margin: 20px;
  display: flex;
  justify-content: center;
}

.activeB {
  display: flex;
  justify-content: center;
}

.activeImage {
  width: 30vw;
  object-fit: cover;
  border-radius: 50px;
  margin: 20px;
}

.activeDetail {
  width: 30vw;
  margin: 20px;
  padding: 70px 40px;
  box-sizing: border-box;
}

.activeDetail p {
  display: block;
  text-align: center;
}

.btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.activeDetail a {
  display: block;
  width: 80px;
  text-align: center;
  text-decoration: none;
  color: #444343;
  border: solid 1px #444343;
  border-radius: 50px;
  line-height: 36px;
  justify-content: center;
  transition: 0.45s;
}

.activeDetail a:hover {
  background-color: #1f749d;
  border: solid 1px aliceblue;
  color: aliceblue;
}

.QA {
  color: #444343;
}

.QAset {
  padding: 30px 0;
}

.Q {
  text-align: center;
  font-size: 24px;
  line-height: 40px;

}

.A {
  display: flex;
  line-height: 30px;
  justify-content: center;
  padding-top: 20px;
}



.rooms {
  width: 65vw;
  margin: 0 auto;
}

h3 {
  text-align: center;
  font-size: 48px;
  width: 65vw;
  margin: 100px auto 30px auto;
}

.Room {
  display: flex;
  justify-content: space-between;
  background-color: #1f749d;
  color: aliceblue;
  text-decoration: none;
  line-height: 100px;
  font-size: 24px;
  border-radius: 40px;
  margin-top: 20px;
  transition: 0.45s;
  border: solid 1px transparent;
}

.Room:hover {
  background-color: #e6fbfb;
  border: solid 1px #444343;
  color: #444343;
  box-sizing: border-box;
}

.roomName {
  margin-left: 50px;
}

.numberOfBed {
  display: block;
  width: 33vw;
}

span {
  margin-left: 50px;
}

.plice {
  display: block;
  text-decoration: none;
  color: #444343;
  border: solid 1px #444343;
  border-radius: 50px;
  line-height: 50px;
  width: 30vw;
  margin: 30px auto;
  text-align: center;
  transition: 0.45s;
}

.plice:hover {
  background-color: #1f749d;
  color: aliceblue;
  border: solid 1px aliceblue;
}

.photogarelly {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider{
  margin: 100px auto;
  width: 80%;
}
.slider img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.slide {
  margin: 0 10px;
}


.map {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

iframe {
  padding-right: 90px;
  width: 400px;
  height: 400px;
}

.byTrainOrCar {
  padding: 50px 0;
}

.byTrainOrCar p {
  margin-bottom: 30px;
}

footer {
  background-color: #1f749d;
  color: aliceblue;
  text-align: center;
  padding-bottom: 30px;
}

h4 {
  font-size: 48px;
  padding: 50px 0 20px 0;
}

footer a {
  display: block;
  margin: 20px auto;
  width: 30vw;
  text-decoration: none;
  color: aliceblue;
  font-size: 30px;
  line-height: 60px;
  border: solid 1px aliceblue;
  border-radius: 50px;
}

.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80px;
  color: #444343;
}


@media (max-width: 768px) {
  .headerImage p{
    font-size: 30px;
  }

  .towa p {
    margin: 40px 0;
    font-size: 20px;
  }

  .roomName {
    margin-left: 20px;
  }

  .Room {
    line-height: 70px;
    font-size: 16px;
  }

  .map {
    margin: 20px 50px 50px 50px;
  }

  .byTrainOrCar {
    font-size: 15px;
    padding: 0;
  }

  iframe {
    width: 250px;
    height: 300px;
  }

  .yoyaku {
    font-size: 20px;
  }

  .pageTop {
    font-size: 40px;
  }

}