@charset "UTF-8";

/* ----------------------------------------
   hotel.css
---------------------------------------- */
main h1 img {
  width: 200px;
}

main nav {
  max-width: 890px;
  margin: 0 auto 70px;
  padding: 0 10px;
  text-align: left;
}

main nav .wrap {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main nav .wrap ul {
  flex: 0 0 auto;
  width: 46.55172%;
}

main nav .wrap ul li a {
  display: inline-block;
  width: calc(100% - 1.5em);
  letter-spacing: 0;
  font-size: 1.6rem;
}

main nav .wrap ul li::before {
  content: '●';
  margin-right: 5px;
  vertical-align: top;
}

main>section {
  max-width: 890px;
  margin: 0 auto 100px;
  padding: 0 10px;
  text-align: left;
}

main>section article .link {
  margin-top: 5px;
}

main>section article .step {
  display: table;
  margin: 20px 0 70px;
}

main>section article .step dl {
  display: table-row;
}

main>section article .step dl dt,
main>section article .step dl dd {
  display: table-cell;
  padding-bottom: 20px;
  vertical-align: top;
}

main>section article .step dl dt {
  padding-right: 1em;
  color: #1fb9de;
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
}

main>section article .step dl dd {
  padding-top: 0.4em;
}

main>section article .step dl:last-child dt,
main>section article .step dl:last-child dd {
  padding-bottom: 0;
}

#otoku article>div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#otoku article>div>div {
  flex: 0 0 auto;
  display: table;
  width: 73px;
  height: 73px;
  background: #1fb9de;
  border-radius: 50%;
}

#otoku article>div>div>div {
  display: table-cell;
  line-height: 1.1;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

#otoku article>div>div>div span {
  display: block;
}

#otoku article>div>div>div span:first-child {
  font-size: 1.2rem;
}

#otoku article>div>div>div span:last-child {
  font-size: 2.1rem;
}

#otoku article>div+div {
  margin-top: 15px;
}

#otoku article dl {
  flex: 0 0 auto;
  width: calc(100% - 85px);
}

#otoku article dl dt {
  margin-bottom: 5px;
  line-height: 1.1;
  color: #1fb9de;
  font-size: 2.1rem;
  font-weight: bold;
}

#otoku .p5 dd,
#otoku .p6 dd {
  line-height: 1.3;
}

#guest article .ph {
  margin-top: 30px;
}

/*#pool .floor {
  max-width: 718px;
  margin: auto;
}
#pool .floor li + li {
  margin-top: 55px;
}*/

#pool .floor {
  max-width: 100%;
  margin: auto;
}


#pool .floor li:nth-child(1),
#pool .floor li:nth-child(3) {
  color: #fff;
  background: #666;
  margin: 0 0 20px;
  padding: 5px;
  display: inline-block;
}

#pool .floor li:nth-child(3) {
  margin-top: 50px;
}



#pool .floor li:nth-child(4) {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#pool .floor li:nth-child(4) iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


#spa .mainImage {
  margin-bottom: 25px;
}

#spa article {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#spa article .doc {
  flex: 0 0 auto;
  width: 58.62069%;
}

#spa article .doc h3 {
  margin-bottom: 10px;
  color: #1fb9de;
  font-size: 1.9rem;
  font-weight: bold;
}

#spa article .doc .txt {
  letter-spacing: 0;
}

#spa article .img {
  flex: 0 0 auto;
  width: calc(41.37931% - 10px);
}

#spa article .btn {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

#dayTrip .block {
  margin-top: 50px;
}

#dayTrip .block .step {
  margin-bottom: 0;
}

#dayTrip .block .step dl dt,
#dayTrip .block .step dl dd {
  padding-bottom: 10px !important;
}

#dayTrip .block .step dl:last-child dt,
#dayTrip .block .step dl:last-child dd {
  padding-bottom: 0 !important;
}

#dayTrip .block.b2 ul {
  margin: 20px 0 30px;
}

#dayTrip .block.b2 ul li h4 {
  font-size: 1.7rem;
}

#dayTrip .block.b2 ul li p {
  padding-left: 1.5em;
}

#dayTrip .block.b2 ul li+li {
  margin-top: 10px;
}

#facility article .list {
  margin-bottom: 60px;
}

#facility article .list .block {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#facility article .list .block .img {
  width: 31.03448%;
}

#facility article .list .block dl {
  width: calc(68.96552% - 30px);
}

#facility article .list .block dl dt {
  margin-bottom: 5px;
  color: #1fb9de;
  font-size: 1.9rem;
  font-weight: bold;
}

#facility article .list .block dl dd+dd {
  margin-top: 1em;
}

#facility article .list .block+.block {
  margin-top: 40px;
}

#facility article .floor {
  max-width: 800px;
  margin: 0 auto;
}

#facility .note {
  margin-bottom: 30px;
  font-size: 100%;
}

#inquiry {
  margin-bottom: 0;
}

#inquiry article {
  text-align: center;
}

#inquiry article .tel {
  margin: 10px 0 35px;
  line-height: 1.1;
}

#inquiry article .tel a {
  color: #1fb9de;
  font-family: dunbar-low, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
}

#inquiry article .tel a span {
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 3.3rem;
}

/* ▼ @media : SP */
@media screen and (max-width: 768px) {
  main nav {
    margin-bottom: 35px;
  }

  main>section {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  main nav .wrap {
    display: block;
  }

  main nav .wrap ul {
    width: 100%;
  }

  main nav .wrap ul li+li {
    margin-top: 5px;
  }

  main>section article .step {
    margin-bottom: 35px;
  }

  main>section article .step,
  main>section article .step dl,
  main>section article .step dl dt,
  main>section article .step dl dd {
    display: block;
  }

  main>section article .step dl dt {
    padding: 0;
    font-size: 1.8rem;
  }

  main>section article .step dl dd {
    padding: 0;
  }

  main>section article .step dl+dl {
    margin-top: 15px;
  }

  #otoku article>div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #otoku article>div>div {
    width: 50px;
    height: 50px;
  }

  #otoku article>div>div>div span:first-child {
    font-size: 1rem;
  }

  #otoku article>div>div>div span:last-child {
    font-size: 1.6rem;
  }

  #otoku article>div dl {
    width: calc(100% - 60px);
  }

  #otoku article>div dl dt {
    font-size: 1.6rem;
  }

  #pool .floor li+li {
    margin-top: 20px;
  }

  #spa article {
    display: block;
  }

  #spa article .doc {
    width: 100%;
  }

  #spa article .img {
    width: 80%;
    margin: 20px auto 0;
  }

  #spa article .btn {
    margin-top: 30px;
  }

  #dayTrip .block .step dl dt,
  #dayTrip .block .step dl dd {
    padding-bottom: 0 !important;
  }

  #dayTrip .block.b2 ul li h4 {
    font-size: 1.6rem;
  }

  #dayTrip .block.b2 ul li p {
    padding-left: 1.4em;
  }

  #facility article .list .block {
    display: block;
  }

  #facility article .list .block .img,
  #facility article .list .block dl {
    width: 100%;
  }

  #facility article .list .block .img {
    margin-bottom: 10px;
  }

  #inquiry article .tel {
    margin: 10px 0 20px;
  }

  #inquiry article .tel a {
    font-size: 9.5833333333vw;
  }
}





/* --------------------------------------------------
	renLinkBtn
-------------------------------------------------- */
.hotelspa .renLinkBtn {
  margin-top: 60px;
  width: 100%;
}

.hotelspa .renLinkBtn a {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}