@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
div#RthCustomizeW {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: break-all;
  font-weight: normal;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #f3f0e7;
}
.f-zen {
  font-family: "Zen Old Mincho", serif;
}
.f-tenor {
  font-family: "Tenor Sans", sans-serif;
}
/*
  reset.css
*/
body {
  margin: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: normal;
}

#RthCustomizeW main {
  display: block;
  box-sizing: border-box;
}
#RthCustomizeW a {
  text-decoration: none;
}
a:visited:active,
a:link:active {
  color: #333;
}
a:link,
a:link,
a:visited {
  color: #333;
}
#RthCustomizeW img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}
#RthCustomizeW ol,
#RthCustomizeW ul,
#RthCustomizeW p {
  list-style: none;
}
#RthCustomizeW table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
#RthCustomizeW .mainwrap {
  max-width: 95%;
  margin: auto;
}
@media print, screen and (min-width: 1261px) {
  #RthCustomizeW .mainwrap {
    max-width: 1200px;
  }
}
a {
  color: #242424;
}
a:hover {
  outline: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  color: #242424;
}
#RthCustomizeW a:visited:hover,
#RthCustomizeW a:link:hover {
  color: #242424;
}
@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
.mainwrap,
.widewrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1250px) {
  .mainwrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1750px) {
  .widewrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1251px) {
  .mainwrap {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 1751px) {
  .widewrap {
    max-width: 1700px;
  }
}
/* header --------
------------------------------------ */
header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-logo {
  width: 360px;
}
@media print, screen and (max-width: 1160px) {
  .h-logo {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 1161px) {
  .h-logo {
    padding: 30px 40px;
  }
}
header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 360px);
}
header nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 480px;
  width: calc(100% - 200px);
  margin-right: 30px;
}
header nav ul li a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.h-rsv {
  width: 200px;
}
.h-rsv a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9b282f;
  padding: 15px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  height: 94px;
}
.h-rsv a span {
  display: inline-block;
  background: url(../images/calender.png) left 0 top 50% no-repeat;
  background-size: 24px;
  padding: 4px 0 4px 35px;
}
.mainvisual {
  position: relative;
  z-index: 1;
}
.mainvisual::before {
  content: "";
  background-image: url(../images/bg_001.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  left: 0;
}
@media print, screen and (max-width: 1200px) {
  .mainvisual::before {
    width: 770px;
    height: 523px;
    top: 80%;
  }
}
@media print, screen and (min-width: 1201px) {
  .mainvisual::before {
    width: 1100px;
    height: 746px;
    top: 65%;
  }
}
.mv_slider .slick-slide {
  height: 960px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-indent: -9999px;
}
.mainvisual-txt {
  position: absolute;
  bottom: -80px;
  z-index: 1;
  background-color: rgba(126, 29, 26, 0.8);
  padding: 80px 58px;
}
.mainvisual-bnr {
  display: flex;
  position: absolute;
  gap: 5px;
  bottom: -30px;
}
/* .mainvisual-bnr li:nth-child(1) {
  margin-right: 24px;
} */
@media print, screen and (max-width: 1128px) {
  .mainvisual-bnr li img {
    width: 140px;
    height: 140px;
  }
}
@media print, screen and (max-width: 1300px) {
  .mainvisual-txt {
    left: 20px;
  }
  .mainvisual-bnr {
    right: 20px;
  }
}
@media print, screen and (min-width: 1301px) {
  .mainvisual-txt {
    left: calc((100vw - 1200px) / 2);
  }
  .mainvisual-bnr {
    right: 60px;
  }
}
.mainvisual .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}
.red-dots .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(137, 122, 95, 0.5);
}
.red-dots .slick-dots li.slick-active button {
  background-color: #9b282f;
}

.red-dots .slick-dots li button::before {
  content: none;
}
/* footer --------
------------------------------------ */
footer {
  background: url(../images/footer_bg.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding: 48px 20px;
}
footer .mainwrap {
  display: flex;
  justify-content: space-between;
}
.ft-left {
  width: 374px;
}
.ft-left p {
  font-weight: 500;
  margin-bottom: 1em;
}
.ft-left__logo {
  margin-bottom: 35px;
}
.ft-left__rsv {
  font-weight: 500;
  max-width: 360px;
  margin-top: 50px;
}
.ft-left__rsv a {
  display: block;
  background-color: #9b282f;
  padding: 15px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 18px;
}
.ft-left__rsv a span {
  display: inline-block;
  background: url(../images/calender.png) left 0 top 50% no-repeat;
  background-size: 24px;
  padding: 4px 0 4px 35px;
}
.ft-right {
  width: 500px;
  padding-left: 20px;
  position: relative;
}
.ft-right ul {
  display: flex;
  justify-content: space-between;
}
.ft-right ul li a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
.ft-right__copy {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  font-weight: 500;
}
/* main --------
------------------------------------ */
.rt-ttl {
  padding: 23px 0 35px;
  background-image: url(../images/h2BG_common.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  position: relative;
  width: 542px;
  margin: 0 auto 28px;
}
.rt-ttl h2 {
  font-size: 62px;
  line-height: 1.8;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  width: 62px;
  margin: auto;
  letter-spacing: 0.3em;
}
.rt-ttl p {
  background-color: #e94f4f;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  padding: 10px 1px;
  position: absolute;
  top: 0;
  right: 200px;
  letter-spacing: 1px;
}
.rt-ttl p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 99%;
  height: 0;
  width: 0;
  border-left: 13px solid #e94f4f;
  border-right: 13px solid #e94f4f;
  border-bottom: 10px solid transparent;
}
.rt-grt {
  padding-top: 150px;
  position: relative;
  background-image: url(../images/deco_greeting.png);
  background-repeat: no-repeat;
  background-position: right 20% top 95px;
  background-size: 243px;
  margin-top: -73px;
}

.rt-grt__img {
  position: relative;
  background: url(../images/img_greeting.png) 50% 0 no-repeat;
  background-size: auto 100%;
  height: 643px;
}
.rt-grt__imgtxt {
  font-weight: 400;
}
.rt-grt__imgtxt p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #7e1d1a;
  font-size: 30px;
  background-color: #fff;
  padding: 40px 18px;
  margin-right: 8px;
  position: absolute;
}
.rt-grt__imgtxt p:nth-child(1) {
  top: 50px;
  left: calc((100vw - 615px) / 2);
}
.rt-grt__imgtxt p:nth-child(2) {
  bottom: -30px;
  left: calc((100vw - 800px) / 2);
}
.rt-grt__txtarea {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  padding: 35px 30px 65px;
}
@media print, screen and (min-width: 1921px) {
  .rt-grt__img {
    background-size: 100% auto;
  }
}

.rt-dining__grt {
  background: url(../images/dinner_bg.png) 50% 0 no-repeat;
  background-size: cover;
  padding: 25px 20px 70px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 2;
}
.rt-dining__bnr {
  background-color: #dcbe86;
  background-image: url(../images/dinner_bar.png);
  background-position: 50% 50%;
  background-size: auto 100%;
  height: 89px;
  position: relative;
}
.rt-dining__bnr::before {
  background: url(../images/dinner_bar_deco.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
  width: 495px;
  height: 138.5px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.rt-dining__bnr div {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.rt-dining__btm {
  padding: 60px 0 90px;
  background: url(../images/dinner_deco1.png) right 22% bottom -100px no-repeat;
  background-size: 219px;
}
.rt-dining__btm h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #7f6f60;
  text-align: center;
}
.rt-dining__btm p {
  color: #7f6f60;
  line-height: 1.8;
  max-width: 777px;
  margin: 0 auto;
}

.rt-col2__frame .rt-col2:nth-child(1) .rt-col2__txtarea {
  background-image: url(../images/dinner_deco2.png);
  background-position: right 0 bottom -100px;
  background-size: 180px;
}
.rt-col2__frame .rt-col2:nth-child(1) .rt-col2__msg {
  position: relative;
}
.rt-col2__frame .rt-col2:nth-child(1) .rt-col2__txtarea .rt-btn {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
.rt-col2__frame .rt-col2:nth-child(2) .rt-col2__txtarea {
  background-image: url(../images/dinner_deco3.png);
  background-position: left 0 bottom 18px;
  background-size: 189px;
}
.rt-col2__frame .rt-col2:nth-child(2) h3 span:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 50px;
}
.rt-col2__frame .rt-col2:nth-child(3) .rt-col2__txtarea {
  background-image: url(../images/dinner_deco4.png);
  background-position: right 100px bottom -150px;
  background-size: 341px;
}
.rt-col2 {
  display: flex;
}
.rt-col2.be {
  background-color: #ebe1d0;
}
.rt-col2.wt {
  background-color: #fff;
}
.rt-col2 .rt-col2__img,
.rt-col2 .rt-col2__txtarea {
  width: 50%;
}
.rt-col2.be .rt-col2__wrap h3 span {
  background-color: #fff;
}
.rt-col2.wt .rt-col2__wrap h3 span {
  background-color: #f3f0e7;
}
.rt-col2__wrap h3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: -20px;
}
.rt-col2__wrap h3 span {
  color: #7e1d1a;
  font-size: 26px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  padding: 20px 12px;
  display: inline-block;
}
.rt-col2__wrap h3 span:nth-child(2) {
  margin-right: 8px;
  margin-top: 100px;
}

.rt-col2 .rt-col2__txtarea {
  background-repeat: no-repeat;
}

.rt-col2 .rt-col2__img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 560px;
}
.rt-col2.po-r .rt-col2__img {
  background-position: right 0 top 0;
}
.rt-col2.po-l .rt-col2__img {
  background-position: left 0 top 0;
}

.rt-col2__wrap {
  display: flex;
  flex-direction: row-reverse;
}
.rt-col2__msg {
  max-width: 360px;
  line-height: 2;
  margin-top: 80px;
}
.rt-col2.po-r .rt-col2__txtarea .rt-col2__msg {
  margin-right: 40px;
}
.rt-col2.po-l .rt-col2__txtarea .rt-col2__msg {
  margin-left: 40px;
}
@media print, screen and (max-width: 1300px) {
  .rt-col2.po-r .rt-col2__txtarea {
    padding-right: 20px;
  }
  .rt-col2.po-l .rt-col2__txtarea {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1301px) {
  .rt-col2.po-r .rt-col2__txtarea {
    padding-right: calc((100vw - 1200px) / 2);
    padding-left: 60px;
  }
  .rt-col2.po-l .rt-col2__txtarea {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: 60px;
  }
}
.rt-plan {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, #917137 0%, #917137 50%, #bca06f 50%, #bca06f 100%);
  position: relative;
}
.rt-plan::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/reco_bg_under.png), url(../images/reco_bg_upper.png);
  background-size: 100% auto;
  background-position:
    0 100%,
    0 0;
}
.rt-plan .mainwrap {
  position: relative;
  z-index: 1;
}
.rt-plan__ttl {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.rt-plan__ttl h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.rt-plan__ttl p {
  line-height: 1.8;
}
.rt-plan ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.rt-plan ul li {
  width: 32%;
}
.rt-plan ul li a {
  display: block;
  text-align: center;
}
.rt-plan a h3 {
  background-color: #7e1d1a;
  color: #fff;
  font-weight: 500;
  padding: 13px 7px;
  width: calc(100% - 60px);
  margin: -23px auto 0;
  position: relative;
}
.rt-plan a h3 span {
  display: inline-block;
  padding-right: 45px;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 22px;
  background-image: url(../images/allow_W.png);
}
.rt-plan .rt-btn a {
  margin: auto;
}

.rt-btn a {
  display: block;
  max-width: 320px;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 10px;
  text-align: center;
}
.rt-btn span {
  display: inline-block;
  padding-right: 45px;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 22px;
}
.rt-btn.rd a {
  background-color: transparent;
  color: #7e1d1a;
  border: solid 1px #7e1d1a;
}
.rt-btn.rd a span {
  background-image: url(../images/allow_r.png);
}
.rt-btn.bd a {
  background-color: #7e1d1a;
  color: #fff;
  border: solid 1px #7e1d1a;
}
.rt-btn.bd a span {
  background-image: url(../images/allow_W.png);
}
.rt-btn.bd a:hover {
  color: #fff !important;
}
.rt-btn.wt a {
  background-color: #fff;
  color: #7e1d1a;
  border: solid 1px #fff;
}
.rt-btn.wt a span {
  background-image: url(../images/allow_r.png);
}

.rt-hotspring {
  background-image: url(../images/hs_deco01.png), url(../images/hs_deco01.png);
  background-repeat: no-repeat;
  background-size: 286px;
  background-position:
    left 0 top 23px,
    left 0 top 55%;
}
.rt-hotspring__inner {
  padding: 100px 0 0;
  background-image: url(../images/bg_hsp_00.png), url(../images/bg_hsp_01.png), url(../images/bg_hsp_02.png),
    url(../images/bg_hsp_03.png);
  background-repeat: no-repeat;
  background-position:
    right 0 top 0,
    left 0 top 220px,
    right 0 top 60%,
    left 0 top 85%;
  background-size: 960px, 1225px, 960px, 960px;
}
.rt-hotspring__main {
  display: flex;
}
.rt-hotspring__main li:nth-child(1) {
  width: 42%;
  padding-top: 80px;
}
.rt-hotspring__main li:nth-child(1) .rt-btn a {
  margin-left: auto;
  margin-right: 40px;
  margin-top: 40px;
}
.rt-hotspring__main li:nth-child(2) {
  width: 58%;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 1621px) {
  .rt-hotspring__main li:nth-child(2) {
    background-image: url(../images/hs_deco02.png);
    background-repeat: no-repeat;
    background-position: right 0 top 32px;
    background-size: 212px;
  }
}
.rt-hotspring__txt {
  padding: 35px 20px 50px 0;
  max-width: 504px;
  margin-left: 280px;
  line-height: 1.8;
}

.rt-hotspring__main h3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: -20px;
  position: absolute;
  top: 0;
  left: 90px;
}
.rt-hotspring__main h3 span {
  color: #fff;
  font-size: 26px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  padding: 20px 12px;
  display: inline-block;
  background-color: #9b282f;
}
.rt-hotspring__main h3 span:nth-child(2) {
  margin-right: 8px;
  margin-top: 100px;
}
.rt-hotspring__coaster {
  background-image: url(../images/hs_deco04.png);
  background-size: 286px;
  background-repeat: no-repeat;
  background-position: right 188px bottom 0;
  padding: 0 20px 100px;
}
.rt-hotspring__coaster ul {
  display: flex;
  align-items: center;
  max-width: 1060px;
  background-color: #fff;
  border-radius: 40px;
  padding: 32px;
  margin: 138px auto 0;
}
.rt-hotspring__coaster h4 {
  font-size: 32px;
  margin-bottom: 20px;
}
.rt-hotspring__coaster p {
  line-height: 2;
  max-width: 690px;
}
.rt-hotspring__coaster li:nth-child(1) {
  width: 250px;
}
.rt-hotspring__coaster li:nth-child(2) {
  width: calc(100% - 250px);
}
.rt-hotspring__sauna ul {
  display: flex;
  margin-top: 115px;
}
@media print, screen and (max-width: 1220px) {
  .rt-hotspring__sauna ul li:nth-child(1) {
    width: 40%;
  }
  .rt-hotspring__sauna ul li:nth-child(2) {
    width: 60%;
  }
  .rt-hotspring__sauna h3 {
    right: 25px;
  }
}

@media print, screen and (min-width: 1221px) {
  .rt-hotspring__sauna ul li {
    width: 50%;
  }
  .rt-hotspring__sauna h3 {
    right: 65px;
  }
}
.rt-hotspring__sauna ul li {
  background-color: #ebe1d0;
}
.rt-hotspring__sauna ul li:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
}
.rt-hotspring__sauna ul li:nth-child(2)::before {
  content: "";
  width: 286px;
  height: 204px;
  position: absolute;
  right: 130px;
  bottom: -75px;
  background: url(../images/hs_deco03.png) 0 0 no-repeat;
  background-size: cover;
}
.rt-hotspring__sauna h3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: -70px;
  position: absolute;
  top: 0;
}
.rt-hotspring__sauna h3 span {
  color: #9b282f;
  font-size: 26px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  padding: 20px 12px;
  display: inline-block;
  background-color: #fff;
}
.rt-hotspring__sauna h3 span:nth-child(2) {
  margin-right: 8px;
  margin-top: 100px;
}
.rt-hotspring__sauna .txt {
  max-width: 320px;
  margin-left: 40px;
  line-height: 2;
}
.rt-col3 {
  display: flex;
  flex-wrap: wrap;
}
.rt-col3 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 32px;
  padding: 16px 16px 30px;
  background-color: #fff;
}
.rt-col3 li:nth-child(3n) {
  margin-right: 0;
}
.rt-col3__ttl {
  background-color: #7e1d1a;
  text-align: center;
  font-weight: 500;
  width: calc(100% - 40px);
  margin: -34px auto 0;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 86px;
}
.rt-col3__ttl p {
  color: #fff;
}

@media print, screen and (min-width: 1161px) {
  .rt-col3__ttl p {
    font-size: 18px;
  }
}
.rt-col3__txt {
  line-height: 1.8;
  padding-top: 20px;
}
.rt-room__btm {
  padding: 64px 0 80px;
  background-color: #ebe1d0;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/cloud1.png), url(../images/cloud3.png), url(../images/cloud4b.png);
  background-size: 219px, 321px, 422px;
  background-position:
    left 0 top 33%,
    right 0 top 52%,
    left 0 top 83%;
}
.rt-room__btm::before {
  content: "";
  background: #bca06f url(../images/rooms_bg_deco.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 308px;
}
.floor-ttl,
.rt-col3 {
  position: relative;
}
.rt-room__btm .rt-btn a {
  margin: auto;
}
.rt-rooms {
  background-image: url(../images/cloud4.png), url(../images/bg_hsp_04.png);
  background-position:
    right 0 top 100px,
    left 0 top -160px;
  background-repeat: no-repeat;
  background-size: 389px, 960px;
}
.rms .rt-col2__msg {
  position: relative;
}
.rms .rt-col2__msg .rt-btn {
  position: absolute;
  left: 0;
  width: 100%;
}
.rms .rt-col2__msg .rt-btn.btn01{
  bottom: -50px;
}
.rms .rt-col2__msg .rt-btn.btn02{
  bottom: -130px;
}
.rt-rooms .rt-col2__wrap h3 span:nth-child(2) {
  margin-top: 160px;
}
.rt-rooms__slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.rt-rooms__slider .slick-dots {
  width: auto;
  left: -200px;
  bottom: 50px;
}
.rt-rooms__slider .slick-slide {
  height: 560px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-indent: -999px;
}
.rt-rooms__slider .num01 {
  background-image: url(../images/rooms01.png);
}
.rt-rooms__slider .num02 {
  background-image: url(../images/rooms02.png);
}
.rt-rooms__slider .num03 {
  background-image: url(../images/rooms03.png);
}
.rt-rooms__amenities {
  border-radius: 24px;
  background-color: #e2d4ba;
  padding: 29px;

  margin: 64px auto 48px;
}
@media print, screen and (max-width: 1160px) {
  .rt-rooms__amenities {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 1161px) {
  .rt-rooms__amenities {
    max-width: 960px;
  }
}
.rt-rooms__amenities h4 {
  text-align: center;
  font-size: 22px;
  color: #7f6f60;
  margin-bottom: 15px;
}
.rt-rooms__amenities p {
  max-width: 682px;
  margin: auto;
  line-height: 2;
}
.floor-ttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 45px;
  color: #fff;
}
.rt-facilities {
  padding-top: 100px;
  background-image: url(../images/bg_fa_02.png), url(../images/bg_fa_01.png);
  background-position:
    right 0 top 0,
    left 0 top 0;
  background-size: 960px, 960px;
  background-repeat: no-repeat;
}
.rt-facilities .rt-col2.wt .rt-col2__wrap h3 span {
  background-color: #917137;
  color: #fff;
}
.rt-facilities .rt-col2 .rt-col2__txtarea {
  background-image: url(../images/deco_faci1.png);
  background-position: right 0 bottom -100px;
  background-size: 294px;
}
.rt-facilities .rt-col2.po-r .rt-col2__txtarea .rt-col2__msg {
  position: relative;
}
.rt-facilities .rt-col2__msg .rt-btn {
  position: absolute;
  left: 0;
  bottom: -65px;
  width: 100%;
}
.rt-voice {
  background: #ebe1d0 url(../images/deco_faci2.png) left 0 top 40% no-repeat;
  background-size: 257px;
}
.rt-voice__img {
  padding-top: 64px;
  padding-left: 60px;
  position: relative;
}
.rt-voice__img::before {
  content: "";
  background-color: #bca06f;
  height: 224px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rt-voice__img ul {
  display: flex;
  position: relative;
  max-width: 1860px;
  margin-left: auto;
}
.rt-voice__img ul li:not(:last-of-type) {
  margin-right: 32px;
}
.rt-voice__main {
  padding: 80px 0 50px;
}
.rt-voice__txt {
  text-align: center;
  max-width: 685px;
  margin: 0 auto 30px;
}
.rt-voice__txt h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.rt-voice__txt p {
  line-height: 2;
}
.rt-review {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}
.rt-review li {
  background-color: #fff;
  width: 31%;
  padding: 24px 16px 30px;
  position: relative;
}
.rt-review h4 {
  position: relative;
  margin-left: -35px;
  margin-bottom: 1em;
}
.rt-review h4 span {
  display: inline-block;
  background-color: #bca06f;
  color: #fff;
  padding: 10px 16px;
  margin-bottom: 10px;
}

.rt-review p {
  line-height: 2;
  margin-bottom: 2em;
}
.rt-review .name {
  font-size: 12px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  margin-bottom: 0;
}
.rt-voice__main .rt-btn a {
  margin: auto;
}
.rt-voice__wrap {
  margin: auto;
}

@media print, screen and (max-width: 1260px) {
  .rt-voice__wrap {
    max-width: 95%;
  }
  .rt-review h4 span {
    font-size: 18px;
  }
  .rt-voice {
    background-size: 175px;
  }
}

@media print, screen and (min-width: 1261px) {
  .rt-voice__wrap {
    max-width: 1100px;
  }
  .rt-review h4 span {
    font-size: 20px;
  }
}
.rt-access {
  padding-top: 100px;
  background-image: url(../images/bg_access_01.png), url(../images/bg_access_02.png);
  background-repeat: no-repeat;
  background-size: 960px, 1067px;
  background-position:
    left 0 top 0,
    right 0 top 40%;
}
.rt-access .rt-ttl h2 {
  letter-spacing: 0.1em;
}
.bus {
  text-align: center;
  margin-bottom: 50px;
}
.gmap iframe {
  vertical-align: bottom;
}
.rt-access .rt-col2__msg {
  padding-right: 40px;
  position: relative;
}
.rt-access .rt-col2__msg .rt-btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: calc(100% - 20px);
}
.rt-sightseeing__ttl {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
.rt-sightseeing__ttl h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.rt-sightseeing__ttl p {
  line-height: 1.8;
  max-width: 710px;
  margin: auto;
}
.rt-sightseeing {
  padding: 60px 0 48px;
  position: relative;
  background-image: url(../images/spot_deco02.png), url(../images/bg_spot_end.png);
  background-repeat: no-repeat;
  background-position:
    left 0 top 50%,
    right 0 bottom 0;
  background-size: 213px, 1014px;
  background-color: #ebe1d0;
}
.rt-sightseeing::before {
  content: "";
  background-image: url(../images/spot_bg01.png), url(../images/spot_deco01.png);
  background-color: #bca06f;
  background-repeat: no-repeat;
  background-position:
    0 0,
    right 0 bottom -50px;
  background-size: 1420px, 213px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 375px;
}

.rt-col3__ttl p.route {
  font-size: 14px;
  border: solid 1px #fff;
  margin: 7px 16px 0;
}
