<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------
å…±é€šã§ä½¿ãˆã‚‹ãƒ¢ãƒ¼ãƒ€ãƒ«
----------*/
.popup {
  position: relative;
  background: #fff;
  width: auto;
  margin: 20px auto;
}
.popup img {
  width: 100%;
}

.w480 {
  max-width: 480px;
}
.w530 {
  max-width: 530px;
}
.w600 {
  max-width: 600px;
}
.w980 {
  max-width: 980px;
}
.popup_close p {
  text-align: center;
  font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 13px;
  padding: 6px 0;
  background: #e6e6e6;
}

/*-------------------
æ–°ãƒ»éƒ¨å±‹æƒ…å&nbsp;±
-------------------*/
.room_box {
  margin-top: 100px;
}
.room_ttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.room_flex {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.room_flex .room_detail {
  width: 480px;
  margin-bottom: 80px;
  transition: all .3s ease;
}
.room_flex .room_detail h3 {
  font-size: 23px;
  line-height: 1.7;
  font-weight: normal;
  padding-left: 32px;
  /*font-feature-settings : "palt" 1;*/
}

.room_flex .room_detail a {
  text-decoration: none;
}
.room_flex .room_detail:hover {
  opacity: .8;
}
.room_flex .room_inner {
  display:flex;
}
.room_flex .room_inner:before {
  content: "";
  height: 50px;
  width: 1px;
  background: #c9a063;
  display: block;
  position: relative;
  right: -16px;
  top: -30px;
}
.room_flex .room_inner .room_img {
  margin-right: 20px
}
.room_flex .room_p {
  width:250px;
}
.room_flex .room_p &gt; p {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  line-height: 1.6;
}
.room_flex .room_btn {
  display: block;
  margin: 0 auto;
  text-align: right;
  padding-top: 16px;
}
.room_flex .room_btn &gt; p {
  font-size: 16px;
  position: relative;
  padding-right: 80px;
}
.room_flex .room_btn span {
  font-size: 14px;
}
.room_flex .room_btn .hrm-icon-line-arw2 {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
}
.room_flex .room_detail &gt; a:hover .hrm-icon-line-arw2:before {
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

/*-------------------
éƒ¨å±‹æƒ…å&nbsp;±
-------------------*/
.roomBox {
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.roomInner {
  width: 48%;
  margin-bottom: 50px;
  display: table;
}
.roomInner:nth-child(odd) {
  margin-right: 20px;
  /*border: 1px solid #f00;*/
}
.roomInner:nth-child(even) {
  /*border: 1px solid #f0f;*/
}
.roomInner a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: .3s;
}
.roomInner a:hover {
  opacity: .8;
}
.roomInner .roomImg {
  width: 43%;
  padding-right: 30px;
  display: table-cell;
}
.roomInner .roomImg img {
  width: 100%;
}
.roomInner .roomTxt {
  width: 50%;
  display: table-cell;
}
.roomInner .roomTxt h3 {
  position: relative;
  font-size: 23px;
  line-height: 1.7;
  font-weight: normal;
}
.roomInner .roomTxt h3:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #c9a063;
  display: block;
  position: relative;
  left: -50px;
  top: 8px;
}
.roomInner p {
  margin-top: 18px;
}
.amenity a {
  transition: .3s;
}
.amenity a:hover {
  opacity: .8;
}


/*-------------------
éƒ¨å±‹æƒ…å&nbsp;± ãƒ¢ãƒ¼ãƒ€ãƒ«å†…éƒ¨
-------------------*/
.roomMdlConcept {
  width: 80%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.6;
}
.roomMdlInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 650px;
  max-width: 980px;
  margin: 0 auto;
}
.roomMdlInfo img {
  max-width: 100%;
}
.roomMdlInfo .detail {
  width: 380px;
  padding-right: 20px;
}
.roomMdlInfo ul {
  font-size: 15px;
  margin-bottom: 30px;
}
.roomMdlInfo ul li {
  line-height: 1.2;
}
span.room_rates {
  display: block;
  line-height: 1;
}
.roomMdlImg {
  margin: 0 auto 0 auto;
  width: 80%;
}
.roomMdlImg ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*cursor: pointer;*/
}
.roomMdlImg ul li {
  padding-top: 10px;
  width: 19%;
}

/*-------------------
å‘¨è¾ºè¦³å…‰
-------------------*/
.guide-detail {
  width: 980px;
  /*height: 850px;*/
  margin: 0 auto;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  /*align-content: space-between;*/
  padding-bottom: 50px;
}
.guide-detail_last {
  width: 980px;
  margin: 0 auto;
}
.guide-detail a, .guide-detail_last a {
  transition: all .3s;
}
.guide-detail a:hover, .guide-detail_last a:hover {
  opacity: .8;
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.3);*/
}

.guide-detailbox {
  float: left;
  position: relative;
  width: 300px;
  height: 450px;
  margin-right: 40px;
}
.guide-detailbox_last {
  float: left;
  position: relative;
  width: 300px;
  height: 450px;
}
.guide-detailbox img, .guide-detailbox_last img {
  width: 300px;
  height: auto;
}
.guide-detailbox-right {
  position: absolute;
  top: 180px;
  left: 10px;
  width: 280px;
  /*background: rgba(255,255,255,0.8);*/
  padding: 12px 20px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
h3.guide-detailbox-h3 {
  font-size: 20px;
  line-height: 0.6;
  font-weight: normal;
  margin-top: 26px;
}
/*.guide-detailbox-h3:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #c9a063;
  display: block;
  position: relative;
  left: -50px;
  top: 10px;
}*/
.guide-detailbox-h3 span {
  font-size: 16px;
}
.guide-detailbox-right p.guide-detailbox-right-p {
  font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}
.guide-detailbox p, .guide-detailbox_last p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
}
.guide-detailbox-arw {
  width: 120px;
  font-size: 14px;
  text-align: center;
  margin-left: auto;
  padding: 4px 10px;
  background: #ddd;
}
.guide-detailbox-arw i {
  display: inline-block;
  vertical-align: -2px;
  margin-left: 5px;
  background-image: url(/assets/img/sp/sprite.png);
  background-position: -197px -84px;
  width: 15px;
  height: 16px;
  background-size: 275px 125.5px;
}
</pre></body></html>