@charset "utf-8";
body {
  font-family: source-han-serif-japanese, serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 0;
  overflow-x: hidden; /*全幅コンテンツの横スクロール表示しない*/
  line-height: 2em;
  -webkit-appearance: none !important;
  -webkit-text-size-adjust: 100% !important;
}
h1, h2 {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-size: 17px;
  margin-bottom: 60px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit !important;
  text-decoration: none !important;
}
a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.red {
  color: red;
}
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*
スライドショー
*/
.swiper-container, .swiper-slide {
  width: auto;
  height: 100vh;
  overflow: hidden;
}
.swiper-slide > img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: auto;
  height: 100vh;
  object-fit: cover;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 150px;
}
/*ヘッダー
*/
.header-outer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*background-color: palevioletred;*/ /* 確認用背景*/
  width: 100%;
  height: 100px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.25em;
  display: flex; /*フレックスに*/
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  z-index: 35;
}
.mob-nav {
  color: #000;
  font-size: 3em;
  /*padding: 10px 20px;*/
  cursor: pointer;
  /*z-index: 31 !important;*/
}
.globalNav {
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.tel {
  font-size: 0.8em;
  padding-bottom: 10px;
  opacity: 0.8;
}
.tel a, a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.reservation {
  font-size: 0.8em;
  padding: 0.3em 1em;
  border: solid 1px #000000;
}
.reservation a, a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
/*
ボタンのスタイル */
#page_top {
  display: none;
}
/*
コンテンツ*/
.catchBox-l-concept {
  background-color: #DEEEE8; /*背景あり*/
  margin-bottom: 120px;
  z-index: 5 !important;
}
.catchBox-r-room {
  background-color: #BDDCD1; /*背景あり*/
  margin-bottom: 120px;
  z-index: 5 !important;
}
.catchBox-l-Relax {
  background-color: #84A9AC; /*背景あり*/
  margin-bottom: 120px;
  z-index: 5 !important;
}
.catchBox-r-Food {
  background-color: #E9D8D8; /*背景あり*/
  margin-bottom: 120px;
  z-index: 5 !important;
}
.catchBox-l-facility {
  background-color: #F8F2F2; /*背景あり*/
  margin-bottom: 120px;
  z-index: 5 !important;
}
.catchImg-l {
  width: 100%;
  z-index: 5 !important;
}
.catchImg-r {
  width: 100%;
  z-index: 5 !important;
}
.catch-title h1:first-letter {
  font-size: 90px;
}
.catchTxt-l {
  padding-top: 10px;
  margin-left: 20px;
}
.catchTxt-r {
  padding-top: 10px;
  text-align: right;
  margin-right: 20px;
}
.readmore {
  display: flex;
  padding-bottom: 30px;
}
.readmore-r {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}
/*
readmoreの矢印*/
.stickarrow {
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  padding-top: 5px;
  margin-top: 10px;
}
/*
フォトギャラリーとNews*/
.photo {
  background-color: #FFFFFF; /*背景白*/
  margin-bottom: 120px;
}
.pointTitle-photo {
  width: 100%;
  height: 150px;
}
.pointTitle-photo h1 {
  font-size: 60px;
  padding: 30px 0 20px 20px;
  position: relative;

}
.pointTitle-photo h1::before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}
.pointBox-inner {
  display: flex;
  flex-wrap: wrap;
}
.point {
  /*background-color: whitesmoke;*/
  width: calc((100% / 2) - 24px);
  margin-left: 24px;
  margin-bottom: 30px;
}
.point img:nth-child(odd) {
  margin-left: -12px;
  width: 100%;
}
.viewmore {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  padding-bottom: 30px;
}
/*news*/
.newsTitle {
  width: 100%;
  /*background-color: #89beb3;*/
  height: 120px;
}
.newsTitle h1 {
  padding: 0px 0 20px 30px;
}
.newsTitle p {
  position: relative;
  margin: -30px 0;
  padding: 0 0 20px 30px;
}
.newsTitle p::before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}
.news {
  margin-bottom: 120px;
}
.newsbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 0 30px 0 30px;
}
.newstext {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  padding: 20px 0 0;
}
.newstext p {
  padding-left: 20px;
  line-height: 1.2em;
}
.news img {
  width: 100%;
  margin: 50px auto 0px;
  max-width: 100%;
}
/*
Access*/
.BGbox2 {
  background-color: #adadad;
  padding-top: 20px;
}
.accessTitle {
  width: 100%;
  /*background-color: #89beb3;*/
  height: 120px;
  margin-bottom: 30px;
}
.accessTitle h1 {
  padding: 0px 0 20px 30px;
}
.accessTitle p {
  position: relative;
  margin: -30px 0;
  padding: 0 0 20px 30px;
}
.accessTitle p::before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 10px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}
.info-outer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.infotext {
  padding-left: 30px;
  padding-bottom: 30px;
}
.infotext h3 {
  margin-bottom: 30px;
  margin-top: 20px;
}
.infomap {
  width: 100%;
  padding: 30px 20px;
}
.access {
  text-align: center;
  background-color: black;
  color: #FFFFFF;
  padding: 10px 10px;
}
/*フッター*/
.footer {
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
}
.footer-img {
  width: 200px;
  margin: 0 auto;
}
.menu {
  padding: 50px 20px;
}
.corona {
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 720px;
    margin: 0 auto;
  }
  /*ヘッダー*/
  .header-outer {
    width: 720px;
  }
  .globalNav {
    font-size: 1.6em;
    flex-direction: row;
    align-items: center;
  }
  .tel {
    padding-bottom: 0;
    padding-right: 20px;
  }
  /* ボタンのスタイル */
  #page_top {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    border: solid 1px #000000;
    z-index: 50;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    font-size: 25px;
    color: #000000;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*コンテンツ*/
  .catchImg-l img {
    width: 100%;
    z-index: 5 !important;
  }
  .catchImg-r img {
    width: 100%;
    z-index: 5 !important;
  }
  .catchTxt-l {
    padding-left: 30px;
  }
  .catchText-r {
    padding-right: 30px;
  }
  .catchTxt-l h3 {
    font-size: 1.1em;
  }
  .catchTxt-r h3 {
    font-size: 1.1em;
  }
  .catchTxt-r P {}
  /*メイン*/
  .pointTitle-photo h1 {
    font-size: 70px;
    padding-left: 30px;
  }
  /*news*/
  .newsTitle h1 {
    font-size: 70px;
  }
  .newsTitle {
    margin-bottom: 10px;
  }
  /*
	Access*/
  .accessTitle h1 {
    font-size: 70px;
  }
  .infotext {
    padding-left: 50px;
    margin-top: 30px;
  }
  .infomap {
    padding: 30px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    width: 1140px;
    margin: 0 auto;
  }
  /*ヘッダー*/
  .header-outer {
    width: 1140px;
  }
  /*スライドショー*/
  .swiper {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 0vw 0px -50vw;
  }
  .swiper-slide img {
    width: 100%;
  }
  /*コンテンツ*/
  .catchImg-r {
    order: 2;
    margin-left: 30px;
    z-index: 5 !important;
  }
  .catchBox-l-concept, .catchBox-l-Relax, .catchBox-l-facility {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 0vw 0px -50vw;
    display: flex;
    align-items: center;
    margin-bottom: 150px;
    z-index: 0;
  }
  .catchBox-r-room, .catchBox-r-Food {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 0vw 0 -50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
    z-index: 0;
  }
  .catchTxt-l {
    /*確認用背景*/
    /*background-color: antiquewhite;*/
    width: 50vw;
    margin-right: 30px;
  }
  .catchTxt-r {
    /*確認用背景*/
    /*background-color: antiquewhite;*/
    width: 50vw;
  }
  /*
	フォトギャラリー*/
  .photo {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 0vw 120px -50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pointTitleouter, .Pointouter {
    width: 1140px;
  }
  .point {
    width: calc((100% / 4) - 24px);
    margin-left: 24px;
  }
  .point img:nth-child(odd) {
    margin-left: -12px;
  }
  /*
	Access*/
  .BGbox2 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 0 120px -50vw;
    z-index: 0;
  }
  .accessTitle {
    width: 1140px;
    margin: 0 auto;
  }
  .info-outer {
    width: 1140px;
    margin: 0 auto;
  }
  .infotext {
    flex-basis: 45%;
    padding-bottom: 50px;
  }
  .infomap {
    flex-basis: 55%;
    padding: 80px;
  }
  /*フッター*/
  .menu {
    display: flex;
    justify-content: center;
    padding: 50px 150px;
    /*align-items: flex-end*/
  }
  .contents {
    text-align: left;
    margin-left: 180px;
  }
  .footer-img {
    margin: 0;
  }
  .policy {
    text-align: left;
    margin-left: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    width: 1320px;
  }
  /*ヘッダー*/
  .header-outer {
    width: 1320px;
  }
  /*コンテンツ*/
  .catchImg-r {
    order: 2;
    margin-left: 50px;
    z-index: 5 !important;
  }
  .catchImg-l {
    margin-right: 50px;
    z-index: 5 !important;
  }
  .catchTxt-l h3 {
    font-size: 1.25em;
  }
  .catchTxt-r h3 {
    font-size: 1.25em;
  }
  /*フォトギャラリーとNews共通*/
  .pointTitleouter, .Pointouter {
    width: 1320px;
  }
  .news, .newsTitle {
    width: 1320px;
    margin: -110px auto 120px; /*?*/
  }
  .accessTitle {
    width: 1320px;
    margin: 40px auto;
  }
  .info-outer {
    width: 1320px;
    margin: 0 auto;
  }
  .infomap {
    padding: 30px 100px;
  }
}
@media screen and (min-width: 1650px) {
  .wrapper {
    width: 1640px;
  }
  /*ヘッダー*/
  .header-outer {
    width: 1640px;
  }
  /*infomation*/
  .infomap img {
    max-height: 450px;
  }
}