@charset "utf-8";

/* 
--------------------------------------------------
キービジュアル
--------------------------------------------------
*/
.top--keyvis--wrap .slider--01 {
  background-image: url(../img/top/top--keyvis--01.jpg);
}
.top--keyvis--wrap .slider--02 {
  background-image: url(../img/top/top--keyvis--02.jpg);
}
.top--keyvis--wrap .slider--03 {
  background-image: url(../img/top/top--keyvis--03.jpg);
}
.top--keyvis--wrap .slider--04 {
  background-image: url(../img/top/top--keyvis--04.jpg);
}
.top--keyvis--wrap .slider--05 {
  background-image: url(../img/top/top--keyvis--05.jpg);
}
@media screen and (max-width: 767px) {
  .top--keyvis--wrap img:nth-child(1) {
    width: 65%;
    top: 10vh;
  }
  .top--keyvis--wrap .slider--01 {
    background-image: url(../img/top/top--keyvis--01--sp.jpg);
  }
  .top--keyvis--wrap .slider--02 {
    background-image: url(../img/top/top--keyvis--02--sp.jpg);
  }
  .top--keyvis--wrap .slider--03 {
    background-image: url(../img/top/top--keyvis--03--sp.jpg);
  }
  .top--keyvis--wrap .slider--04 {
    background-image: url(../img/top/top--keyvis--04--sp.jpg);
  }
  .top--keyvis--wrap .slider--05 {
    background-image: url(../img/top/top--keyvis--05--sp.jpg);
  }
}
.top--keyvis--wrap h1 {
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.top--keyvis--wrap h1 span {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

/* 
--------------------------------------------------
section 共通
--------------------------------------------------
*/
.section--title {
  text-align: center;
  width: 420px;
  max-width: 95%;
  margin: 0 auto 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--title::before {
  width: 67px;
  height: 48px;
  margin-bottom: 30px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section--title h2 {
  font-size: 28px;
  width: 100%;
  padding-bottom: 25px;
  /*margin-bottom: 25px;
  border-bottom: solid 1px;*/
}
.section--title p {
  font-size: 21px;
}
@media screen and (max-width: 1000px) {
  .section--title {
    margin-bottom: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .section--title {
    margin: 0 auto 5vw;
  }
  .section--title::before {
    width: 16vw;
    height: 12vw;
    margin-bottom: 4.5vw;
  }
  .section--title h2 {
    font-size: 6vw;
    padding-bottom: 5vw;
    margin-bottom: 3vw;
  }
  .section--title p {
    font-size: 5vw;
  }
}

/* 
--------------------------------------------------
特別なひと時を創るもの
--------------------------------------------------
*/
.top--concept {
  text-align: center;
  color: #71623e;
}
.top--concept--title {
  margin-bottom: 25px;
}
.top--concept--title::before {
  background-image: url(../img/top/top--logo--01.svg);
}
.top--concept--ph {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.top--concept--ph li {
  width: 33.333%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top--concept--ph li:first-child {
  width: 100%;
  height: 710px;
  background-image: url(../img/top/top--concept--01.jpg);
}
.top--concept--ph li:nth-child(2) {
  background-image: url(../img/top/top--concept--02.jpg);
}
.top--concept--ph li:nth-child(3) {
  background-image: url(../img/top/top--concept--03.jpg);
}
.top--concept--ph li:nth-child(4) {
  background-image: url(../img/top/top--concept--04.jpg);
}
.top--concept--text p {
  font-size: 20px;
  line-height: 1.75;
}
.top--concept--text p:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .top--concept--ph li {
    height: 30vw;
  }
  .top--concept--ph li:first-child {
    height: 65vw;
  }
}
@media screen and (max-width: 768px) {
  .top--concept {
    margin-bottom: 8vw;
  }
  .top--concept--title {
    margin-bottom: 5vw;
  }
  .top--concept--ph {
    margin-bottom: 7.5vw;
  }
  .top--concept--ph li {
    height: 30vw;
  }
  .top--concept--ph li:first-child {
    height: 60vw;
    background-image: url(../img/top/top--concept--01--sp.jpg);
  }
  .top--concept--ph li:nth-child(2) {
    background-image: url(../img/top/top--concept--02--sp.jpg);
  }
  .top--concept--ph li:nth-child(3) {
    background-image: url(../img/top/top--concept--03--sp.jpg);
  }
  .top--concept--ph li:nth-child(4) {
    background-image: url(../img/top/top--concept--04--sp.jpg);
  }
  .top--concept--text p {
    font-size: 4.25vw;
  }
  .top--concept--text p:first-child {
    margin-bottom: 5vw;
  }
}

/* 
--------------------------------------------------
宿泊のご案内
--------------------------------------------------
*/
.top--stay,
.top--stayplan {
  color: #fff;
  padding: 165px 0 200px;
  background-image: url(../img/top/top--stay--bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 913px;
  z-index: 1;
  position: relative;
}
.top--stay--title::before {
  background-image: url(../img/top/top--logo--02.svg);
}
.top--stay--list,
.top--stayplan--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top--stay--list li,
.top--stayplan--list li {
  width: 33.333%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top--stay--list li a,
.top--stayplan--list li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.top--stay--list li a div,
.top--stayplan--list li a div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.top--stay--list li a p {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
}
.top--stay--list li a p:last-child {
  font-size: 50px;
  margin-bottom: 0;
}
.top--stay--list li:nth-child(1) a p:last-child {
  letter-spacing: 1em;
  text-indent: 1em;
}
.top--stay--list li:nth-child(2) a p:last-child {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.top--stay--list li:nth-child(1) {
  background-image: url(../img/top/top--stay--01.jpg);
}
.top--stay--list li:nth-child(2) {
  background-image: url(../img/top/top--stay--02.jpg);
}
.top--stay--list li:nth-child(3) {
  background-image: url(../img/top/top--stay--03.jpg);
}
@media screen and (max-width: 1000px) {
  .top--stay,
  .top--stayplan {
    padding: 20vw 0;
    background-size: 192vw 91vw;
  }
  .top--stay--list li,
  .top--stayplan--list li {
    height: 32.5vw;
  }
  .top--stay--list li a p {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .top--stay--list li a p:last-child {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top--stay,
  .top--stayplan {
    padding: 16vw 0 15vw;
    background-image: url(../img/top/top--stay--bg--sp.svg);
    background-size: cover;
  }
  .top--stay--list,
  .top--stayplan--list {
    flex-wrap: wrap;
  }
  .top--stay--list li,
  .top--stayplan--list li {
    width: 100vw;
    height: 65vw;
  }
  .top--stay--list li a p {
    font-size: 6.75vw;
    margin-bottom: 5vw;
  }
  .top--stay--list li a p:last-child {
    font-size: 12.5vw;
  }
  .top--stay--list li:nth-child(1) {
    background-image: url(../img/top/top--stay--01--sp.jpg);
  }
  .top--stay--list li:nth-child(2) {
    background-image: url(../img/top/top--stay--02--sp.jpg);
  }
  .top--stay--list li:nth-child(3) {
    background-image: url(../img/top/top--stay--03--sp.jpg);
  }
}

/* 
--------------------------------------------------
過ごし方
--------------------------------------------------
*/
.top--stayplan {
  color: #71623e;
  background-image: url(../img/top/top--stayplan--bg.svg);
  margin-top: -150px;
  z-index: auto;
  background-size: 1920px 994px;
}
.top--stayplan--title::before {
  background-image: url(../img/top/top--logo--01.svg);
}
.top--stayplan > a {
  margin: 0 auto;
}
.top--stayplan--list {
  margin-bottom: 70px;
}
.top--stayplan--list li a div {
  background-color: rgba(17, 11, 2, 0.3);
  top: auto;
  left: auto;
  bottom: 0;
  transform: initial;
  padding: 17.5px 0;
}
.top--stayplan--list li a p {
  color: #fff;
  text-align: center;
  font-size: 38px;
  margin-bottom: 15px;
}
.top--stayplan--list li a p:last-child {
  font-size: 28px;
  margin-bottom: 0;
}
.top--stayplan--list li a p:first-child {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.top--stayplan--list li:nth-child(1) {
  background-image: url(../img/top/top--stayplan--01.jpg);
}
.top--stayplan--list li:nth-child(2) {
  background-image: url(../img/top/top--stayplan--02.jpg);
}
.top--stayplan--list li:nth-child(3) {
  background-image: url(../img/top/top--stayplan--03.jpg);
}
@media screen and (max-width: 1000px) {
  .top--stayplan {
    margin-top: -14.5vw;
    background-size: 192vw 99vw;
  }
  .top--stayplan--list {
    margin-bottom: 4vw;
  }
  .top--stayplan--list li a div {
    padding: 1.75vw 0;
  }
  .top--stayplan--list li a p {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .top--stayplan--list li a p:last-child {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .top--stayplan {
    background-image: url(../img/top/top--stayplan--bg--sp.svg);
    background-size: cover;
    margin-top: -8.5vw;
  }
  .top--stayplan--list {
    margin-bottom: 5vw;
  }
  .top--stayplan--list li a div {
    padding: 6vw 0;
  }
  .top--stayplan--list li a p {
    font-size: 8vw;
    margin-bottom: 3.5vw;
  }
  .top--stayplan--list li a p:last-child {
    font-size: 5vw;
  }
  .top--stayplan--list li:nth-child(1) {
    background-image: url(../img/top/top--stayplan--01--sp.jpg);
  }
  .top--stayplan--list li:nth-child(2) {
    background-image: url(../img/top/top--stayplan--02--sp.jpg);
  }
  .top--stayplan--list li:nth-child(3) {
    background-image: url(../img/top/top--stayplan--03--sp.jpg);
  }
}

/* 
--------------------------------------------------
ホテルからのお知らせ
--------------------------------------------------
*/
.top--news {
  width: 95%;
  max-width: 880px;
  margin: 0 auto;
}
.top--news .text--brown,
.top--news--title {
  color: #71623e;
}
.top--news--title::before {
  background-image: url(../img/top/top--logo--01.svg);
}
.top--news > a {
  margin: 0 auto;
}
.top--news--list {
  width: 100%;
  max-width: initial;
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .top--news--list {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top--news {
    padding: 10vw 0;
  }
  .top--news--title {
    padding-bottom: 0;
    border-bottom: none;
  }
  .top--news--list {
    margin-bottom: 5vw;
  }
}

/* 
--------------------------------------------------
アクセス
--------------------------------------------------
*/
.top--access {
  color: #fff;
  padding: 160px 0 200px;
  background-image: url(../img/top/top--access--bg.svg);
  background-size: 1920px 1286px;
  background-repeat: no-repeat;
  z-index: auto;
}
.top--access--title::before {
  background-image: url(../img/top/top--logo--02.svg);
}
.top--access > p {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}
.top--access--googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 580px;
  margin-bottom: 40px;
  position: relative;
}
.top--access--googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.top--access > a {
  margin: 0 auto;
}
.top--access--img {
  width: 100%;
  height: 700px;
  margin-top: -300px;
  background-image: url(../img/top/top--access--img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top--access {
    padding: 16vw 0 20vw;
    background-size: 192vw 129vw;
  }
  .top--access > p {
    font-size: 2vw;
    margin-bottom: 5vw;
  }
  .top--access--googlemap {
    padding-bottom: 55vw;
    margin-bottom: 4vw;
  }
  .top--access--img {
    height: 65vw;
    margin-top: -31vw;
  }
}
@media screen and (max-width: 768px) {
  .top--access {
    padding: 13vw 0;
    background-image: url(../img/top/top--access--bg--sp.svg);
    background-size: cover;
  }
  .top--access > p {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .top--access--googlemap {
    padding-bottom: 83vw;
    margin-bottom: 2.5vw;
  }
  .top--access--img {
    height: 83vw;
    margin-top: -28vw;
    background-image: url(../img/top/top--access--img--sp.jpg);
    background-position: center;
    background-size: cover;
  }
}

/* 
--------------------------------------------------
ロゴ・アドレス
--------------------------------------------------
*/
.top--logoAd {
  padding: 45px 0;
  color: #71623e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top--logoAd p {
  font-size: 16px;
  margin-bottom: 20px;
}
.top--logoAd p:first-child::before {
  width: 230px;
  height: 100px;
  margin: 0 auto 20px;
  display: block;
  content: "";
  background-image: url(../img/top/top--logoAdp--img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top--logoAd p:last-child {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}
.top--logoAd p span {
  font-size: 1.75em;
}
@media screen and (max-width: 1000px) {
  .top--logoAd {
    padding: 4vw 0;
  }
  .top--logoAd p {
    font-size: 1.75vw;
    margin-bottom: 2vw;
  }
  .top--logoAd p:first-child::before {
    width: 23vw;
    height: 10vw;
    margin: 0 auto 2vw;
  }
}
@media screen and (max-width: 768px) {
  .top--logoAd {
    padding: 6.5vw 0;
  }
  .top--logoAd p {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .top--logoAd p:first-child::before {
    width: 60vw;
    height: 26vw;
    margin: 0 auto 3vw;
  }
}
