@charset "UTF-8";
/* =====
 * /index レイアウト
============================================================================= */
/* -----
 * 汎用モジュール
----------------------------------------------------------------------------- */
.more-link {
  text-align: right;
  margin-top: -1.5em;
}

.more-link a {
  display: inline-block;
  width: 68px;
  background: transparent url(../images/index/more-arw01.png) 100% 100% no-repeat;
  -webkit-background-size: 68px 12px;
          background-size: 68px 12px;
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 1;
  text-decoration: none;
  text-align: left;
}

.more-link.white a {
  background-image: url(../images/index/more-arw02.png);
}

.contents-title {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/* -----
 * KeyVisual
----------------------------------------------------------------------------- */
#KeyVisual {
  position: relative;
  overflow: hidden;
  height: 700px;
  background-color: #fff;
}

#KeyVisual .rotate-logo {
  width: 152px;
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 999;
}

#KeyVisual .rotate-logo img {
  position: absolute;
  top: 0;
  left: 0;
}

#KeyVisual .rotate-logo img.copy {
  -webkit-animation: rotate-logo 30s linear infinite;
          animation: rotate-logo 30s linear infinite;
}

#KeyVisual .slider-items {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 7s ease-out;
  transition: all 7s ease-out;
}

#KeyVisual .slider-items.slick-initialized {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#KeyVisual .slider-items .slider-item {
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 3s ease-out !important;
  transition: opacity 3s ease-out !important;
}

#KeyVisual .slider-items .slider-item img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 7s ease-out;
  transition: all 7s ease-out;
}

#KeyVisual .slider-items .slider-item.slick-active {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

#KeyVisual + .message {
  position:relative;
  margin: 40px auto;
  z-index: 1000;
  padding: 1.5rem;
  max-width: 880px;
  width: 90%;
  border: 1px solid #c1b78f;
}

#KeyVisual + .message h3 {
  margin-bottom: 0;
  text-align: center;
}
#KeyVisual + .message h3 span {
  display: block;
  margin: 0 auto;
  font-size: .9rem;
}
#KeyVisual + .message > div {
  width: fit-content;
  margin: 0 auto;
}
#KeyVisual + .message > div p {
  line-height: 180%;
}
#KeyVisual + .message > div p.rBox {
  text-align: right;
}
#KeyVisual + .message > div p.rBox span {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 auto;
}

#KeyVisual + .message > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:1.5rem 1.5rem 1rem;
  width: max-content;
  margin: 0 auto;
}

#KeyVisual + .message > dl > dt {
  width:140px;
  border-right: 1px solid #c1b78f;
  align-self: center;
  font-weight: bold;
  padding: 1rem 0;
}
#KeyVisual + .message > dl > dt span {
  display: block;
  text-align: center;
  font-weight:bold;
}

#KeyVisual + .message > dl > dd:first-of-type {
  width: 350px;
  min-width: min-content;
  padding: 1rem 1rem 1rem 2rem;
  margin-inline-start: 0;
  box-sizing: border-box;
  line-height: 170%;
}
#KeyVisual + .message > dl > dd.reserve  {
  margin-inline-start: 0;
  display: flex;
  align-items: center;
}
#KeyVisual + .message > dl > dd.reserve a {
  transition: .3s all;
  display: block;
  background: linear-gradient(-22.7deg, #005f3f, #8cc63f);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .9rem;
  letter-spacing: 5px;
  padding: .5rem 3rem;
  color: #fff;
  text-decoration: none;
}

#KeyVisual + .message > dl > dd strong {
  font-size: 1.1rem;

}
#KeyVisual .slider-items .slider-item.slick-active img {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#KeyVisual .slider-items .slick-list,
#KeyVisual .slider-items .slick-track {
  height: 100%;
}

#KeyVisual .slick-dots {
  width: 76px;
  height: 76px;
  position: absolute;
  left: 60px;
  bottom: 30px;
  list-style: none;
  padding: 0;
}

#KeyVisual .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

#KeyVisual .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
}

#KeyVisual .slick-dots li:nth-child(1).slick-active {
  background-image: url(../images/index/keyvisual-current01.png);
}

#KeyVisual .slick-dots li:nth-child(1) button {
  width: 25px;
  height: 12px;
  top: 0;
  right: 13px;
}

#KeyVisual .slick-dots li:nth-child(2).slick-active {
  background-image: url(../images/index/keyvisual-current02.png);
}

#KeyVisual .slick-dots li:nth-child(2) button {
  width: 15px;
  height: 23px;
  top: 13px;
  right: 0;
}

#KeyVisual .slick-dots li:nth-child(3).slick-active {
  background-image: url(../images/index/keyvisual-current03.png);
}

#KeyVisual .slick-dots li:nth-child(3) button {
  width: 10px;
  height: 23px;
  top: 36px;
  right: 0;
}

#KeyVisual .slick-dots li:nth-child(4).slick-active {
  background-image: url(../images/index/keyvisual-current04.png);
}

#KeyVisual .slick-dots li:nth-child(4) button {
  width: 25px;
  height: 17px;
  bottom: 0;
  right: 0;
}

#KeyVisual .slick-dots li:nth-child(5).slick-active {
  background-image: url(../images/index/keyvisual-current05.png);
}

#KeyVisual .slick-dots li:nth-child(5) button {
  width: 25px;
  height: 10px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#KeyVisual .slick-dots li:nth-child(6).slick-active {
  background-image: url(../images/index/keyvisual-current06.png);
}

#KeyVisual .slick-dots li:nth-child(6) button {
  width: 25px;
  height: 17px;
  bottom: 0;
  left: 0;
}

#KeyVisual .slick-dots li:nth-child(7).slick-active {
  background-image: url(../images/index/keyvisual-current07.png);
}

#KeyVisual .slick-dots li:nth-child(7) button {
  width: 10px;
  height: 23px;
  top: 36px;
  left: 0;
}

#KeyVisual .slick-dots li:nth-child(8).slick-active {
  background-image: url(../images/index/keyvisual-current08.png);
}

#KeyVisual .slick-dots li:nth-child(8) button {
  width: 15px;
  height: 23px;
  top: 13px;
  left: 0;
}

#KeyVisual .slick-dots li:nth-child(9).slick-active {
  background-image: url(../images/index/keyvisual-current09.png);
}

#KeyVisual .slick-dots li:nth-child(9) button {
  width: 25px;
  height: 12px;
  top: 0;
  left: 13px;
}

@-webkit-keyframes rotate-logo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-logo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* -----
 * Rooms
----------------------------------------------------------------------------- */
#Rooms {
  position: relative;
}

#Rooms:before {
  display: block;
  content: "";
  width: 918px;
  height: 928px;
  position: absolute;
  top: -84px;
  right: -220px;
  z-index: 999;
  background: transparent url(../images/index/rooms-bg-polygon01.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

#Rooms .head-news {
  width: 800px;
  margin: 0 auto -50px;
  padding-top: 20px;
  position: relative;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Rooms .head-news .content {
  border: 1px solid #005F3F;
  white-space: break-word;
  overflow-wrap: break-word;
  padding: 30px 100px;
  line-height: 1.75;
  color: #f00;
  font-size: 13px;
}

#Rooms .about {
  padding: 80px 170px 0 220px;
}

#Rooms .about:before {
  display: block;
  content: "";
  width: 275px;
  height: 496px;
  background: transparent url(../images/index/rooms-bg-map.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -60px;
  left: 60px;
  z-index: -1;
}

#Rooms .about .str {
  padding: 10px 0 10px 55px;
  position: relative;
  z-index: 999;
  border-left: 1px solid #005f3f;
}

#Rooms .about .str:before {
  display: block;
  content: "";
  width: 25px;
  height: 63px;
  position: absolute;
  top: 90px;
  left: -90px;
  background: transparent url(../images/index/rooms-about-bg.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

#Rooms .title-and-chatch {
  margin: 60px -75px 0 0;
  position: relative;
  z-index: 999;
  text-align: right;
}

#Rooms .title-and-chatch .num-title {
  width: 201px;
  float: right;
}

#Rooms .title-and-chatch .num-title .title {
  display: block;
  width: 54px;
  margin: 20px auto 0;
}

#Rooms .title-and-chatch .catch {
  display: inline-block;
  width: 167px;
  margin: 80px 120px 0 0;
}

#Rooms .comment {
  display: table;
  padding: 60px 0 0 75px;
  margin-top: -60px;
  background: transparent url(../images/index/line-wave.png) 50% 0 no-repeat;
  -webkit-background-size: 48px 8px;
          background-size: 48px 8px;
}

#Rooms .photos {
  margin-top: -30px;
}

#Rooms .photos .photo:first-child {
  width: 480px;
  float: right;
}

#Rooms .photos .photo:last-child {
  width: 463px;
  float: left;
  margin: 98px 0 0 -60px;
}

#Rooms .rooms {
  margin-top: 23px;
  position: relative;
}

#Rooms .rooms:before {
  display: block;
  content: "";
  width: 834px;
  height: 833px;
  background: transparent url(../images/index/rooms-bg-polygon02.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -172px;
  left: -280px;
  z-index: -1;
}

#Rooms .rooms img {
  width: 487px;
  float: left;
  margin-left: 13px;
}

#Rooms .rooms ul {
  list-style: none;
  padding: 0;
  width: 240px;
  float: left;
  margin: 160px 0 0 125px;
}

#Rooms .rooms ul li {
  background: transparent url(../images/index/line-dash.png) 0 100% repeat-x;
  -webkit-background-size: 10px 1px;
          background-size: 10px 1px;
  line-height: 1;
}

#Rooms .rooms ul li a {
  display: block;
  padding: 15px 0 10px 10px;
  text-decoration: none;
  background: transparent url(../images/index/rooms-arw.png) 100% 50% no-repeat;
  -webkit-background-size: 35px 7px;
          background-size: 35px 7px;
}

/* -----
 * Restaurant
----------------------------------------------------------------------------- */
#Restaurant {
  position: relative;
  margin-top: 5px;
}

#Restaurant .title-and-chatch {
  position: absolute;
  top: 50px;
  right: 22px;
  z-index: 3;
}

#Restaurant .title-and-chatch .num-title {
  width: 201px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

#Restaurant .title-and-chatch .num-title .title {
  width: 117px;
  margin: -10px 12px 0 0;
}

#Restaurant .title-and-chatch .catch {
  width: 132px;
  margin: 0;
  position: absolute;
  top: 68px;
  right: 460px;
}

#Restaurant .main-photo {
  text-align: right;
  position: relative;
  z-index: 2;
}

#Restaurant .main-photo img {
  width: 918px;
}

#Restaurant .comment-and-photo {
  margin-top: -222px;
  position: relative;
}

#Restaurant .comment-and-photo:before {
  display: block;
  content: "";
  width: 764px;
  height: 752px;
  background: transparent url(../images/index/restaurant-bg-polygon.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 0;
  right: -166px;
  z-index: -1;
}

#Restaurant .comment-and-photo .photos img {
  position: absolute;
  z-index: 2;
}

#Restaurant .comment-and-photo .photos img:first-child {
  width: 356px;
  top: 130px;
  left: -103px;
}

#Restaurant .comment-and-photo .photos img:last-child {
  width: 261px;
  top: 108px;
  right: -183px;
}

#Restaurant .comment-and-photo .comment {
  display: table;
  padding: 300px 0 0 477px;
  position: relative;
  z-index: 1;
}

/* -----
 * Hotsprings
----------------------------------------------------------------------------- */
#Hotsprings {
  position: relative;
  margin-top: 70px;
}

#Hotsprings .num-title .inner {
  width: 201px;
  margin-left: 155px;
  position: relative;
  z-index: 1;
}

#Hotsprings .num-title .inner .title {
  width: 101px;
  margin: 5px 0 0 50px;
}

#Hotsprings .slider {
  height: 690px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

#Hotsprings .slider .slider-items {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#Hotsprings .slider .slider-items .slider-item {
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
}

#Hotsprings .slider .slider-items .slider-item img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#Hotsprings .slider .slick-list,
#Hotsprings .slider .slick-track {
  height: 100%;
}

#Hotsprings .slider .catch-and-comment {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
}

#Hotsprings .slider .catch-and-comment .inner {
  position: relative;
  height: 100%;
}

#Hotsprings .slider .catch-and-comment .inner:before {
  display: block;
  content: "";
  width: 642px;
  height: 642px;
  background: transparent url(../images/index/hotsprings-bg-polygon.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 23px;
  left: -33px;
}

#Hotsprings .slider .catch-and-comment .inner .catch {
  width: 71px;
  position: absolute;
  top: 100px;
  left: 330px;
}

#Hotsprings .slider .catch-and-comment .inner .comment {
  position: absolute;
  left: 60px;
  bottom: 106px;
}

/* -----
 * Others
----------------------------------------------------------------------------- */
#Others {
  border-top: 5px solid #005f3f;
  margin-top: 10px;
}

#Others ul {
  list-style: none;
  padding: 0;
}

#Others ul li {
  width: 33%;
  float: left;
}

#Others ul li:nth-child(2) {
  width: 34%;
}

#Others ul li .thumb {
  height: 250px;
  overflow: hidden;
}

#Others ul li .thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: top;
}

#Others ul li .title {
  width: 265px;
  padding: 15px 0 0 35px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}

#Others ul li .title .str {
  display: block;
  background: transparent url(../images/index/others-arw.png) 100% 50% no-repeat;
  -webkit-background-size: 68px 13px;
          background-size: 68px 13px;
  position: relative;
  padding-top: 25px;
}

#Others ul li .title .str:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

#Others ul li:nth-child(1) .str:before {
  width: 42px;
  height: 19px;
  background-image: url(../images/index/others-title01.png);
}

#Others ul li:nth-child(2) .str:before {
  width: 59px;
  height: 19px;
  background-image: url(../images/index/others-title02.png);
}

#Others ul li:nth-child(3) .str:before {
  width: 110px;
  height: 20px;
  background-image: url(../images/index/others-title03.png);
}

#Others ul li a {
  display: block;
  text-decoration: none;
}

/* -----
 * Plan
----------------------------------------------------------------------------- */
#Plan {
  margin-top: 60px;
  padding: 50px 0 70px;
  background-image: url(../images/index/plan-bg.png);
  -webkit-background-size: cover;
          background-size: cover;
}

#Plan .contents-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 35px;
}

#Plan .contents-wrapper .contents-title {
  font-size: 16px;
  background-image: url(../images/index/plan-title.png);
  -webkit-background-size: 33px 18px;
          background-size: 33px 18px;
}

#Plan .contents-wrapper .slider {
  position: relative;
  overflow: hidden;
  line-height: 1.75;
  margin-top: 25px;
}

#Plan .contents-wrapper .slider .slider-items {
  position: relative;
  overflow: hidden;
}

#Plan .contents-wrapper .slider .slider-items .slider-item {
  width: 250px;
  float: left;
  outline: 0px none #000;
  margin-right: 70px;
}

#Plan .contents-wrapper .slider .slider-items .slider-item .thumb {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

#Plan .contents-wrapper .slider .slider-items .slider-item .title {
  font-weight: bold;
  margin-top: 1em;
}

#Plan .contents-wrapper .slider .slider-items .slider-item .price {
  margin-top: 1em;
}

#Plan .contents-wrapper .slider .slider-items .slider-item .button {
  margin-top: 1em;
  text-align: right;
}

#Plan .contents-wrapper .slider .slider-items .slider-item .button img {
  display: inline !important;
  width: 151px;
}

/* -----
 * News
----------------------------------------------------------------------------- */
#News {
  margin: 100px auto;
}

#News .contents-title {
  background-image: url(../images/index/news-title.png);
  -webkit-background-size: 41px 19px;
          background-size: 41px 19px;
}

#News ul {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 40px;
  line-height: 1.75;
}

#News ul li {
  display: table-row;
}

#News ul li .date {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  white-space: nowrap;
  padding: 15px 40px 15px 60px;
  color: #c1b78f;
  border-bottom: 1px solid #d3d3d3;
}

#News ul li .title {
  display: table-cell;
  vertical-align: top;
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3;
}

#News ul li .title a.pdf:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 20px;
  background: transparent url(../images/common/icon-pdf.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
}

#News ul li .title a.link:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 17px;
  background: transparent url(../images/common/icon-link.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
}

#News ul li:first-child .date,
#News ul li:first-child .title {
  border-top: 1px solid #d3d3d3;
}

#News .more {
  margin: 30px auto 0;
  width: 151px;
}

/* -----
 * Blog
----------------------------------------------------------------------------- */
#Blog {
  margin-top: 100px;
}

#Blog .contents-title {
  background-image: url(../images/index/blog-title.png);
  -webkit-background-size: 84px 25px;
          background-size: 84px 25px;
}

#Blog ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  line-height: 1.75;
}

#Blog ul li {
  width: 210px;
  float: left;
  margin-right: 40px;
  -webkit-background-size: 210px 50px;
          background-size: 210px 50px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#Blog ul li:last-child {
  margin-right: 0;
}

#Blog ul li:nth-child(1) {
  background-image: url(../images/blog/archive-bg01.png);
}

#Blog ul li:nth-child(2) {
  background-image: url(../images/blog/archive-bg02.png);
}

#Blog ul li:nth-child(3) {
  background-image: url(../images/blog/archive-bg03.png);
}

#Blog ul li:nth-child(4) {
  background-image: url(../images/blog/archive-bg04.png);
}

#Blog ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 50px;
}

#Blog ul li a .date {
  width: 100%;
  height: 50px;
  line-height: 70px;
  text-align: center;
  color: #c1b78f;
  position: absolute;
  top: 0;
  left: 0;
}

#Blog ul li a .thumb {
  height: 150px;
  overflow: hidden;
}

#Blog ul li a .title {
  margin-top: 0.5em;
  font-weight: bold;
}

#Blog .more {
  margin: 30px auto 0;
  width: 151px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * Others
  ----------------------------------------------------------------------------- */
  #Others ul li a .thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  #Others ul li a:hover .thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * 汎用モジュール
  ----------------------------------------------------------------------------- */
  .more-link {
    margin-top: -0.5em;
  }
  .more-link a {
    width: 50px;
    -webkit-background-size: 50px 9px;
            background-size: 50px 9px;
    font-size: 10px;
    padding-bottom: 8px;
  }
  .contents-title {
    font-size: 15px;
  }
  /* -----
   * KeyVisual
  ----------------------------------------------------------------------------- */
  #KeyVisual {
    height: auto;
    max-height: 350px;
  }
  #KeyVisual .rotate-logo {
    width: 95px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #KeyVisual .slider-items {
    height: auto;
  }
  #KeyVisual .slider-items .slider-item {
    height: auto;
  }
  #KeyVisual .slider-items .slider-item img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
  #KeyVisual .slider-items .slider-item.slick-active img {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  #KeyVisual .slick-dots {
    display: none !important;
  }

/*----↓↓ 告知用 ↓↓----*/
#KeyVisual + .message {
  box-sizing: border-box;
  margin-top: -55px;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
#KeyVisual + .message > dl > dd {
  width: 100%;

}
#KeyVisual + .message > dl dl dd {
  font-size: .9rem;
}

/*----↑↑ 告知用 ↑↑----*/


  /* -----
   * Rooms
  ----------------------------------------------------------------------------- */
  #Rooms:before {
    width: 557px;
    height: 563px;
    top: -50px;
    right: -283px;
    background-image: url(../images/index/rooms-bg-polygon01-sp.png);
  }
  #Rooms .head-news {
    width: auto;
    padding-top: 15px;
    margin-bottom: -40px;
  }
  #Rooms .head-news .content {
    padding: 10px 25px;
    font-size: inherit;
  }
  #Rooms .about {
    padding: 60px 0 0 80px;
  }
  #Rooms .about:before {
    width: 171px;
    height: 309px;
    background-image: url(../images/index/rooms-bg-map-sp.png);
    top: -30px;
    left: -20px;
  }
  #Rooms .about .str {
    padding: 0 0 0 22px;
  }
  #Rooms .about .str:before {
    width: 15px;
    height: 38px;
    top: 57px;
    left: -45px;
  }
  #Rooms .title-and-chatch {
    margin: 60px -15px 0 0;
  }
  #Rooms .title-and-chatch .num-title {
    width: 37%;
  }
  #Rooms .title-and-chatch .num-title .title {
    width: 27%;
    margin-top: 14px;
  }
  #Rooms .title-and-chatch .catch {
    width: 31%;
    margin: 54px 23% 0 0;
  }
  #Rooms .comment {
    padding: 46px 30px 0 42px;
    margin-top: 100px;
    background-position: 104px 0;
    -webkit-background-size: 35px 6px;
            background-size: 35px 6px;
  }
  #Rooms .photos {
    margin-top: 34px;
  }
  #Rooms .photos .photo:first-child {
    width: auto;
    float: none;
    text-align: right;
  }
  #Rooms .photos .photo:first-child img {
    width: 85%;
  }
  #Rooms .photos .photo:last-child {
    width: auto;
    float: none;
    margin: 34px 0 0;
    text-align: left;
  }
  #Rooms .photos .photo:last-child img {
    width: 82%;
  }
  #Rooms .rooms {
    margin-top: 31px;
  }
  #Rooms .rooms:before {
    width: 117%;
    height: 0;
    padding-top: 117%;
    background-image: url(../images/index/rooms-bg-polygon02-sp.png);
    top: -117px;
    left: -25%;
  }
  #Rooms .rooms img {
    width: 59%;
    margin-left: -7%;
  }
  #Rooms .rooms ul {
    width: 45%;
    float: right;
    margin: 65px 0 0;
    font-size: 10px;
  }
  #Rooms .rooms ul li a {
    padding: 10px 0 10px 0;
    background-image: url(../images/index/rooms-arw-sp.png);
    -webkit-background-size: 17px 4px;
            background-size: 17px 4px;
  }
  /* -----
   * Restaurant
  ----------------------------------------------------------------------------- */
  #Restaurant {
    margin-top: 35px;
  }
  #Restaurant .title-and-chatch {
    top: 65px;
    right: 0;
    width: 100%;
  }
  #Restaurant .title-and-chatch .num-title {
    width: 37%;
    position: static;
    float: right;
    margin-right: 3%;
  }
  #Restaurant .title-and-chatch .num-title .title {
    width: 59%;
    margin: 0 11% 0 0;
  }
  #Restaurant .title-and-chatch .catch {
    width: 27%;
    position: static;
    float: right;
    margin-right: 24%;
  }
  #Restaurant .main-photo {
    text-align: center;
    width: 129%;
    margin-left: -20%;
  }
  #Restaurant .main-photo img {
    width: 100%;
  }
  #Restaurant .comment-and-photo {
    margin-top: -55px;
    padding-bottom: 255px;
  }
  #Restaurant .comment-and-photo:before {
    width: 382px;
    height: 377px;
    background-image: url(../images/index/restaurant-bg-polygon-sp.png);
    top: 0;
    right: 50%;
    -webkit-transform: translateX(53%);
            transform: translateX(53%);
  }
  #Restaurant .comment-and-photo .photos img:first-child {
    width: 213px;
    top: auto;
    bottom: 0;
    left: -106px;
  }
  #Restaurant .comment-and-photo .photos img:last-child {
    width: 130px;
    top: 50px;
    right: -55px;
  }
  #Restaurant .comment-and-photo .comment {
    display: table;
    padding: 175px 0 0 25px;
    margin: 0 auto;
  }
  /* -----
   * Hotsprings
  ----------------------------------------------------------------------------- */
  #Hotsprings {
    position: static;
    margin-top: -60px;
  }
  #Hotsprings .num-title .inner {
    float: right;
    width: 37%;
    margin-right: 11%;
  }
  #Hotsprings .num-title .inner .title {
    width: 57%;
    margin: 5px 0 0 28%;
  }
  #Hotsprings .slider {
    height: 430px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  #Hotsprings .slider .catch-and-comment .inner:before {
    width: 408px;
    height: 408px;
    background-image: url(../images/index/hotsprings-bg-polygon-sp.png);
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-63%);
            transform: translateX(-63%);
  }
  #Hotsprings .slider .catch-and-comment .inner .catch {
    width: 45px;
    top: 87px;
    left: 50%;
    -webkit-transform: translateX(63%);
            transform: translateX(63%);
  }
  #Hotsprings .slider .catch-and-comment .inner .comment {
    position: absolute;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
  }
  /* -----
   * Others
  ----------------------------------------------------------------------------- */
  #Others {
    border-top: none;
    margin-top: 40px;
    padding: 0 10px;
  }
  #Others ul li {
    width: auto !important;
    float: none;
    border-top: 3px solid #005f3f;
    margin-bottom: 60px;
  }
  #Others ul li:last-child {
    margin-bottom: 0;
  }
  #Others ul li .thumb {
    height: auto;
  }
  #Others ul li .thumb img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #Others ul li .title {
    width: auto;
    padding: 0;
    margin-top: 10px;
    font-size: 15px;
  }
  /* -----
   * Plan
  ----------------------------------------------------------------------------- */
  #Plan {
    margin-top: 60px;
    padding: 48px 0 55px;
  }
  #Plan .contents-wrapper {
    padding: 0;
  }
  #Plan .contents-wrapper .contents-title {
    font-size: 15px;
  }
  #Plan .contents-wrapper .slider {
    font-size: 13px;
  }
  #Plan .contents-wrapper .slider .slider-items .slider-item {
    width: 230px;
    margin-right: 40px;
  }
  #Plan .contents-wrapper .slider .slider-items .slider-item .button img {
    width: 175px;
  }
  /* -----
   * News
  ----------------------------------------------------------------------------- */
  #News {
    margin-top: 50px;
  }
  #News ul {
    margin-top: 30px;
  }
  #News ul li .date {
    padding: 15px 35px 15px 0;
  }
  #News ul li a.link:after {
    width: 15px;
    height: 13px;
  }
  #News .more {
    width: 175px;
  }
  /* -----
   * Blog
  ----------------------------------------------------------------------------- */
  #Blog {
    margin-top: 80px;
  }
  #Blog ul {
    margin-top: 40px;
  }
  #Blog ul li {
    width: 50%;
    margin: 0 0 30px;
    background: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Blog ul li:nth-child(odd) {
    padding-right: 7px;
  }
  #Blog ul li:nth-child(even) {
    padding-left: 7px;
  }
  #Blog ul li:nth-child(3) {
    margin-bottom: 0;
  }
  #Blog ul li:nth-child(4) {
    margin-bottom: 0;
  }
  #Blog ul li a {
    padding-top: 0;
  }
  #Blog ul li a .date {
    height: auto;
    line-height: inherit;
    text-align: left;
    position: static;
    font-size: 11px;
    margin-top: 0.5em;
  }
  #Blog ul li a .thumb {
    height: auto;
  }
  #Blog ul li a .title {
    margin-top: 0;
    font-weight: normal;
  }
  #Blog .more {
    width: 175px;
  }
}


/* -----
 * guidetour
----------------------------------------------------------------------------- */
#guidetour {
  margin-top: 100px;
}

#guidetour .contents-title {
  background-image: url(../images/index/guidetour-title.png);
  -webkit-background-size: 83px 25px;
          background-size: 83px 25px;
}
#guidetour .gtWrapper {
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
	gap: 20px;
	}
#guidetour .gtWrapper li {
	width: calc(100% / 3);
	list-style: none;
}
@media screen and (max-width: 767px) {
	#guidetour .gtWrapper {
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	}
	#guidetour .gtWrapper li {
		width: 60%;
		margin: 0 auto;
	}
}


/* -----
 * info
----------------------------------------------------------------------------- */
@media screen and (max-width:480px) {
  #KeyVisual + .message > dl {
    padding: 0;
    width: 100%;
  }
  #KeyVisual + .message > dl > dt {
    border-right: none;
    position: relative;
    padding-bottom: .5rem;
    width: 100%;
  }
  #KeyVisual + .message > dl > dt:after {
    content: "";
    display: block;
    width: 20%;
    background: #c1b78f;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #KeyVisual + .message > dl > dd {
    padding: .5rem 0 0 0 !important;
    width: auto;
  }
  #KeyVisual + .message > dl > dd strong {
    font-size: 1rem;
  }
  #KeyVisual + .message > dl > dd.reserve {
    margin: 0 auto;
  }
  
}