@charset "UTF-8";
/* -----------------------------
common
----------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

#K6wrap {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 170%;
  color: #292929;
  text-align: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50%;
  margin-right: -50%;
}

@media only screen and (max-width: 1200px) {
  .single-column #htlMainContent.GOLDTemplate {
    width: 100%;
  }
  #K6wrap {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: inherit;
    right: inherit;
    margin-left: inherit;
    margin-right: inherit;
  }
}
#K6wrap * {
  box-sizing: border-box;
}

#K6wrap h1,
#K6wrap h2,
#K6wrap h3,
#K6wrap h4,
#K6wrap h5,
#K6wrap dl,
#K6wrap dt,
#K6wrap dd {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#K6wrap dl,
#K6wrap dt,
#K6wrap dd {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#K6wrap .clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

#K6wrap p {
  font-size: 14px;
  line-height: 170%;
  padding: 0;
  margin: 0;
}

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

#K6wrap ul li {
  margin: 0;
  padding: 0;
}

#K6wrap img {
  vertical-align: bottom;
}

#K6wrap a {
  color: #292929;
  text-decoration: none;
  transition: 0.4s;
}

#K6wrap a:hover {
  opacity: 0.7;
}

#K6wrap .inner_lg {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

#K6wrap .inner {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}

#room, #srv, #stay, #access {
  margin-top: -85px;
  padding-top: 85px;
}

@media only screen and (max-width: 1200px) {
  #K6wrap .inner {
    width: calc(100% - 80px);
  }
}
/*------------------------
#main
------------------------*/
#K6wrap #main {
  height: 750px;
  background-color: gray;
  position: relative;
}
#K6wrap #main nav {
  position: absolute;
  width: 100%;
  max-width: 1128px;
  height: 84px;
  z-index: 100;
}
#K6wrap #main nav ul {
  display: flex;
  align-items: center;
}
#K6wrap #main nav ul li {
  margin-left: 50px;
}
#K6wrap #main nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: white;
}
#K6wrap #main nav ul li:first-child {
  margin: 0 auto 0 0;
}
#K6wrap #main nav ul li:last-child a {
  display: block;
  width: 160px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  background-color: rgba(29, 155, 165, 0.75);
}
#K6wrap #main .slide {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}
#K6wrap #main .slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
#K6wrap #main .slide li:nth-of-type(1) {
  background-image: url(../img/main_01.jpg);
}
#K6wrap #main .slide li:nth-of-type(2) {
  background-image: url(../img/main_02.jpg);
  animation-delay: 4s;
}
#K6wrap #main .slide li:nth-of-type(3) {
  background-image: url(../img/main_03.jpg);
  animation-delay: 8s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
/*------------------------
#intro
------------------------*/
#K6wrap #about {
  height: 865px;
  background: url(../img/bg_about_202505.jpg) top center no-repeat;
}
#K6wrap #about .inner {
  padding: 110px 0 0 0;
  position: relative;
}
#K6wrap #about .inner p {
  position: absolute;
  top: -132px;
  z-index: 100;
}

/*------------------------
#room
------------------------*/
#K6wrap #bnr {
  margin: 20px;
}
#K6wrap #bnr a {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#K6wrap #room {
  margin-bottom: 100px;
}
#K6wrap #room h2 {
  text-align: center;
  margin-bottom: 50px;
}
#K6wrap #room .txt {
  height: 610px;
  background: url(../img/bg_room.jpg) top center no-repeat;
  margin-bottom: 80px;
}
#K6wrap #room .txt img {
  margin: 360px 0 0 150px;
}
#K6wrap #room .box {
  width: 400px;
}
#K6wrap #room .box h3 {
  margin-bottom: 30px;
}
#K6wrap #room .room_01 {
  height: 660px;
  background: url(../img/bg_room_01.jpg) top center no-repeat;
  margin-bottom: 100px;
}
#K6wrap #room .room_01 .box {
  margin: 0 0 0 730px;
  padding: 60px 0 0 0;
}
#K6wrap #room .room_02 {
  height: 660px;
  background: url(../img/bg_room_02.jpg) top center no-repeat;
  margin-bottom: 100px;
}
#K6wrap #room .room_02 .box {
  margin: 0 0 0 0;
  padding: 60px 0 0 0;
}
#K6wrap #room .room_03 {
  height: 950px;
  background: url(../img/bg_room_03_202501.jpg) top center no-repeat;
  margin-bottom: 100px;
}
#K6wrap #room .room_03 .box {
  margin: 0 0 0 730px;
  padding: 90px 0 0 0;
}
#K6wrap #room .room_04 {
  height: 660px;
  background: url(../img/bg_room_04_202501.jpg) top center no-repeat;
  margin-bottom: 100px;
}
#K6wrap #room .room_04 .box {
  margin: 0 0 0 730px;
  padding: 40px 0 0 0;
}
#K6wrap #room .room_05 {
  height: 939px;
  background: url(../img/bg_room_05_20250603.jpg) top center no-repeat;
  margin-bottom: 100px;
}
#K6wrap #room .room_05 .box {
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
}
#K6wrap #room dl {
  width: 980px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
#K6wrap #room dl dt {
  width: 140px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
#K6wrap #room dl dt::before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #c0a552;
  border-radius: 7px;
  position: absolute;
  top: 7px;
  left: 0;
}
#K6wrap #room dl dd {
  width: 840px;
  margin-bottom: 10px;
}

/*------------------------
#srv
------------------------*/
#K6wrap #srv h2 {
  text-align: center;
  margin-bottom: 50px;
}
#K6wrap #srv .txt {
  height: 500px;
  background: url(../img/bg_srv_202505.jpg) top center no-repeat;
  margin-bottom: 80px;
}
#K6wrap #srv .txt img {
  margin: 120px 0 0 660px;
}
#K6wrap #srv ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#K6wrap #srv ul li {
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
}
#K6wrap #srv ul li h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
#K6wrap #srv ul li h3::before {
  content: "無 料";
  color: white;
  font-size: 11px;
  background-color: #c43535;
  border-radius: 3px;
  padding: 3px 10px;
  margin-right: 10px;
  vertical-align: bottom;
}
#K6wrap #srv .bnr {
  display: block;
  width: 900px;
  margin: 0 auto 100px auto;
}

/*------------------------
#stay
------------------------*/
#K6wrap #stay {
  margin-bottom: 100px;
}
#K6wrap #stay .inner_lg {
  background: url(../img/bg_stay.jpg) top center no-repeat;
  position: relative;
  padding: 140px 0 0 0;
}
#K6wrap #stay .inner {
  background: url(../img/line.png) top 240px center no-repeat;
}
#K6wrap #stay h2 {
  position: absolute;
  top: -2px;
  right: 0;
}
#K6wrap #stay .txt {
  margin-bottom: 60px;
}
#K6wrap #stay dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#K6wrap #stay dl dt {
  width: 520px;
}
#K6wrap #stay dl dd {
  width: 520px;
}
#K6wrap #stay dl dd p {
  margin: 15px 0 0 90px;
}
#K6wrap #stay dl dd p span {
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
}
#K6wrap #stay dl:nth-child(2n) {
  flex-direction: row-reverse;
}
#K6wrap #stay dl:nth-child(2n) dd {
  text-align: right;
}
#K6wrap #stay dl:nth-child(2n) dd p {
  margin: 15px 90px 0 0;
}

/*------------------------
#access
------------------------*/
#K6wrap #access {
  color: white;
  margin-bottom: 100px;
}
#K6wrap #access .inner_lg {
  background: url(../img/bg_access.jpg) bottom center no-repeat #29a0aa;
  position: relative;
  padding: 140px 0 80px 0;
}
#K6wrap #access h2 {
  position: absolute;
  top: -2px;
  left: 0;
}
#K6wrap #access h3 {
  margin-bottom: 20px;
}
#K6wrap #access iframe {
  margin: 50px 0;
}
#K6wrap #access .box {
  margin-bottom: 50px;
}
#K6wrap #access dl {
  display: flex;
  align-items: center;
}
#K6wrap #access dl dt {
  width: 450px;
}
#K6wrap #access dl dd p:first-of-type {
  margin: 0 0 30px -7px;
}
#K6wrap #access dl dd .parking {
  text-indent: -14px;
  margin: 0 0 0 14px;
}
#K6wrap #access dl dd .parking span {
  text-decoration: underline;
}

/*------------------------
#plan
------------------------*/
#K6wrap #plan {
  margin-bottom: 80px;
}
#K6wrap #plan .inner_lg {
  background: url(../img/bg_line_top.png) top left repeat-x, url(../img/bg_line_bottom.png) bottom left repeat-x;
  border: solid #1d9ba5 1px;
  padding: 90px 0 110px 0;
}
#K6wrap #plan h2 {
  text-align: center;
  margin-bottom: 50px;
}
#K6wrap #plan ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#K6wrap #plan ul li {
  width: calc((100% - 90px) / 4);
}
#K6wrap #plan ul li a {
  display: block;
  background-color: #1d9ba5;
}
#K6wrap #plan ul li a span {
  display: block;
  height: 146px;
  text-align: center;
  background-color: #292929;
}
#K6wrap #plan ul li a img {
  height: 100%;
  width: auto;
}
#K6wrap #plan ul li a p {
  color: white;
  padding: 20px;
}
#K6wrap #plan .btn {
  display: block;
  width: 300px;
  height: 56px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  background-color: #c0a552;
  border-radius: 5px;
  margin: 0 auto;
}

/*------------------------
footer
------------------------*/
#K6wrap footer {
  text-align: center;
  background-color: #2d2d30;
  padding: 80px;
}/*# sourceMappingURL=style_new.css.map */