.mb_40 {
    margin-bottom: 40px;
}
.mt_20 {
  margin-top: 20px;
}
h2.top {
    font-size: 2.6rem;
    margin: 45px 0 60px;
    line-height: 1.7;
    color: #333;
    font-weight: 600;
}
.top_feature {
  background: #ddf0ef;
}

.top_feature .top_feature_bk {
  padding: 85px 0;
}

.top_feature .container2 {
  width: calc(100% - 200px);
  margin: 0 auto;
}

.top_feature h2,
.top_feature h3,
.top_feature p,
.top_feature a,
.top_feature img,
.top_feature figure {
  margin: 0;
  padding: 0;
  border: 0;
}

.top_feature figure {
  display: block;
}

.top_feature h2 {
  font-size: 3.6rem;
  color: #222;
  text-align: center;
}

.top_feature h3 {
  font-size: 1.8rem;
  color: #222;
}

.top_feature p {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
}

.top_feature a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.top_feature a:hover {
  opacity: 0.8;
}

.top_feature img {
  display: block;
  max-width: 100%;
}

.top_feature .mincho {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.top_feature h2.top {
  margin: 0px 0 60px;
  color: #333;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.top_feature .en {
  display: block;
  line-height: 1;
  margin-bottom: -4px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
}

.top_feature .en3 {
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #94876b;
  font-family: "Yu Gothic UI", YuGothic, "Hiragino Gothic Pro", sans-serif;
}

.top_feature .feature_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}

.top_feature .feature_wrap:last-of-type {
  margin-bottom: 0;
}

.top_feature .feature_wrap.reverse {
  flex-direction: row-reverse;
}

.top_feature .feature_img {
  width: 60%;
  overflow: hidden;
}

.top_feature .feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_feature .feature_txt {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  padding: 60px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -20px 20px 0 0 #3382c4;
}

.top_feature .feature_txt.box_l {
  left: 0;
  right: auto;
  box-shadow: 20px 20px 0 0 #3382c4;
}

.top_feature .feature_txt p {
  font-size: 22px;
}

.top_feature .feature_ttl {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 100;
}

.top_feature .feature_ttl span {
  display: block;
  font-size: 20px;
  font-weight: 100;
}

.top_feature .n2-section-smartslider {
  position: relative;
  width: 100%;
  outline: 0;
  --widget-offset: 0px;
}

.top_feature .n2-ss-align {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.top_feature .n2-ss-align.n2-ss-align-visible {
  overflow: visible;
}

.top_feature .n2-ss-slider {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  min-height: 1px;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  user-select: none;
}

.top_feature .n2-ss-slider,
.top_feature .n2-ss-slider .n2_ss__touch_element {
  -webkit-tap-highlight-color: transparent;
}

.top_feature .n2-ss-slider .n2-ow,
.top_feature .n2-ss-slider .n2-ow-all * {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.top_feature .n2-ss-slider .n2-ow,
.top_feature .n2-ss-slider .n2-ow:before,
.top_feature .n2-ss-slider .n2-ow:after,
.top_feature .n2-ss-slider .n2-ow-all *,
.top_feature .n2-ss-slider .n2-ow-all :before,
.top_feature .n2-ss-slider .n2-ow-all :after {
  box-sizing: content-box;
}

.top_feature .n2-ss-slider .n2-ow:before,
.top_feature .n2-ss-slider .n2-ow:after,
.top_feature .n2-ss-slider .n2-ow-all :not(i):before,
.top_feature .n2-ss-slider .n2-ow-all :not(i):after {
  display: none;
}

.top_feature .n2-ss-slider .n2-ow-all img,
.top_feature .n2-ss-slider svg.n2-ow {
  max-width: none;
  max-height: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  background: transparent;
  box-shadow: none;
}

.top_feature .n2-ss-slider .n2-ow-all picture {
  display: inline-block;
}

.top_feature .n2-ss-slider :focus {
  outline: 0;
}

.top_room {
  background: #fff;
}

.top_room .top_room_bk {
  padding: 100px 0;
}

.top_room .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.top_room h2.top {
  margin: 45px 0 30px;
  color: #333;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.top_room .en {
  display: block;
  line-height: 1;
  margin-bottom: -4px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgb(51, 51, 51);
}

.top_room .intro {
  max-width: 640px;
  margin: 0 auto 60px;
  color: #222;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.top_room .glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_room .room_card {
  flex: 0 1 360px;
  max-width: 360px;
  overflow: hidden;
  background: #f4f8fa;
}

.top_room .card_img img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.top_room .card_body {
  padding: 30px 25px 35px;
  text-align: center;
}

.top_room .card_body h3 {
  margin-bottom: 10px;
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.top_room .room_line {
  width: 60px;
  height: 3px;
  margin: 15px auto 25px;
  background: #cae0e0;
}

.top_room .info {
  display: grid;
  gap: 10px 5px;
  grid-template-columns: 35% 65%;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.top_room .info dt {
  font-weight: 500;
}

.top_room .info dd {
  margin: 0;
}

.top_room .info {
  font-size: 16px;
}

.mt_40 {
  margin-top: 40px;
}

.top_rental {
  background: #f9f8f7;
}

.top_rental .top_rental_bk {
  padding: 80px 0 40px;
}

.top_rental h2.top {
  margin: 45px 0 60px;
  color: #333;
  font-size: 2.6rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5rem;
}

.h_bar {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}

.h_bar::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
  transform: translateX(-50%);
}

.top_rental ul.rental_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 50px;
}

.top_rental ul.rental_area > li {
  width: 25%;
  padding: 6px;
  box-sizing: border-box;
}

.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.top_rental ul.rental_area h3.spot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 0;
  background: #bfbfbf;
  color: rgb(34, 34, 34);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.top_rental ul.rental_area .p_desc {
  padding: 10px;
}

.top_rental ul.rental_area .p_desc p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.btn_tp {
  position: relative;
  display: inline-block;
}
.btn_tp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.btn_tp:hover::before {
  border-top-color: #666;
  border-right-color: #666;
}
.btn_link p a {
    width: 240px;
    color: #595757;
    background: #fff;
    border-radius: 24px;
    padding: 10px 30px;
    display: block;
    transition: all 0.2s;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
}
.btn_link p a {
    background-color: #a7c2c0;
    color: #fff;
    font-weight: 300;
    border: 1px solid #a7c2c0;
}

#gallary {
  position: relative;
  box-sizing: border-box;
  padding: 80px 0;
}

#gallary .gallery_wrap {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#gallary .gallery_wrap .gallery_list .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear !important;
}

#gallary .gallery_wrap .gallery_list .swiper-slide {
  width: max-content;
}

#gallary .gallery_wrap .gallery_list .gl_slide {
  width: 36rem;
}

#gallary .gallery_wrap .gallery_list .gl_slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallary .swiper {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
}

#gallary .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transform: translate3d(0, 0, 0);
}

#gallary .swiper-horizontal {
  touch-action: pan-y;
}

#gallary .swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

#gallary .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

#gallary .swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

#gallary .swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.top_feature .n2-ss-slider .n2-ss-preserve-size {
  width: 100%;
  visibility: hidden;
}

.top_feature .n2-ss-slider .n2-ss-preserve-size[data-related-device] {
  display: none;
}

.top_feature .n2-ss-slider .n2-ss-preserve-size[data-related-device="desktopPortrait"] {
  display: block;
}

.top_feature .n2-ss-slider .n2-ss-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.top_feature .n2-ss-slider .n2-ss-slide--focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -99999;
}

.top_feature .n2-ss-slider .n2-ss-slide-background,
.top_feature .n2-ss-slider .n2-ss-slide-background * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.top_feature .n2-ss-slider .n2-ss-slide-background {
  z-index: 10;
}

.top_feature .n2-ss-slider .n2-ss-slide-background-image {
  width: 100%;
  height: 100%;
}

.top_feature .n2-ss-slider .n2-ss-slide-background-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.top_feature .n2-ss-slider .n2-ss-layers-container {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  visibility: hidden;
  opacity: 0.001;
  transition: opacity 0.4s;
}

.top_feature .n2-ss-slider.n2-ss-loaded .n2-ss-layers-container {
  opacity: 1;
}

.top_feature .n2-ss-slider .n2-ss-layers-container > * {
  visibility: visible;
}

.top_feature .n2-ss-slider .n2-ss-slider-controls-below {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.top_feature .n2-ss-slider .n2-ss-slider-wrapper-outside,
.top_feature .n2-ss-slider .n2-ss-slider-wrapper-inside {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
}

.top_feature .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.top_feature .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls > * {
  visibility: visible;
}

.top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-left-center,
.top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  pointer-events: none;
}

.top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-left-center {
  justify-content: flex-start;
}

.top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
  justify-content: flex-end;
}

.top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-left-center > *,
.top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-right-center > * {
  pointer-events: auto;
}

.top_feature .n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  flex: 0 0 auto;
  flex-flow: column;
  justify-content: center;
}

.top_feature .n2_clear {
  clear: both;
}

.top_feature ss3-loader {
  display: none;
}

.top_feature .nextend-arrow {
  cursor: pointer;
  z-index: 18;
  overflow: hidden;
  line-height: 0 !important;
}

.top_feature .nextend-arrow img {
  position: relative;
  display: block;
  width: 32px;
}

.top_feature .nextend-arrow-animated-fade {
  transition: background 0.3s, opacity 0.4s;
}

.top_feature .nextend-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
}

.top_feature .nextend-thumbnail-default {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.top_feature .nextend-thumbnail-inner {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.top_feature .nextend-thumbnail-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.top_feature .nextend-thumbnail-button {
  position: absolute;
  display: grid;
  cursor: pointer;
  visibility: hidden;
  transition: all 0.4s;
  place-content: center;
}

.top_feature .nextend-thumbnail-button * {
  visibility: visible;
}

.top_feature .nextend-thumbnail-scroller {
  display: grid;
}

.top_feature .n2-thumbnail-dot {
  position: relative;
  cursor: pointer;
}

.top_feature .n2-thumbnail-dot img {
  width: 230px;
  height: 150px;
  object-fit: cover;
  max-width: none !important;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.top_feature .nextend-thumbnail-horizontal {
  flex-direction: row;
}

.top_feature .nextend-thumbnail-horizontal .nextend-thumbnail-inner {
  overflow-x: scroll;
  cursor: grab;
  user-select: none;
}

.top_feature .nextend-thumbnail-horizontal .nextend-thumbnail-inner.is-dragging {
  cursor: grabbing;
}

.top_feature .nextend-thumbnail-horizontal .nextend-thumbnail-scroller {
  width: fit-content;
  min-width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
}

.top_feature .nextend-thumbnail-horizontal .n2-align-content-center {
  justify-content: center;
}

.top_feature .nextend-thumbnail-horizontal .n2-thumbnail-dot {
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 1fr;
}

.top_feature .nextend-thumbnail-horizontal .nextend-thumbnail-button {
  height: 100%;
}

.top_feature .nextend-thumbnail-horizontal .nextend-thumbnail-previous {
  left: 10px;
}

.top_feature .nextend-thumbnail-horizontal .nextend-thumbnail-next {
  right: 10px;
}

.top_feature .nextend-thumbnail-horizontal[data-has-previous="0"] .nextend-thumbnail-previous {
  transform: translateX(min(-100px, calc(-110%))) rotateZ(-90deg);
  opacity: 0;
}

.top_feature .nextend-thumbnail-horizontal[data-has-next="0"] .nextend-thumbnail-next {
  transform: translateX(max(100px, calc(110%))) rotateZ(-90deg);
  opacity: 0;
}

.top_feature .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
  padding: 3px;
  border-radius: 0;
  background: #242424;
  opacity: 1;
}

.top_feature .n2-style-8ad5048b81c3c254e5a4ea951ba18f46-dot {
  margin: 3px;
  padding: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0.4;
  transition: all 0.4s;
}

.top_feature .n2-style-8ad5048b81c3c254e5a4ea951ba18f46-dot.n2-active,
.top_feature .n2-style-8ad5048b81c3c254e5a4ea951ba18f46-dot:hover,
.top_feature .n2-style-8ad5048b81c3c254e5a4ea951ba18f46-dot:focus {
  opacity: 1;
}

.top_feature div#n2-ss-15 .n2-ss-slider-1,
.top_feature div#n2-ss-16 .n2-ss-slider-1,
.top_feature div#n2-ss-17 .n2-ss-slider-1,
.top_feature div#n2-ss-18 .n2-ss-slider-1,
.top_feature div#n2-ss-19 .n2-ss-slider-1,
.top_feature div#n2-ss-20 .n2-ss-slider-1 {
  display: grid;
  position: relative;
}

.top_feature div#n2-ss-15 .n2-ss-slider-2,
.top_feature div#n2-ss-16 .n2-ss-slider-2,
.top_feature div#n2-ss-17 .n2-ss-slider-2,
.top_feature div#n2-ss-18 .n2-ss-slider-2,
.top_feature div#n2-ss-19 .n2-ss-slider-2,
.top_feature div#n2-ss-20 .n2-ss-slider-2 {
  position: relative;
  z-index: 1;
  display: grid;
  overflow: hidden;
}

.top_feature div#n2-ss-15 .n2-ss-slider-3,
.top_feature div#n2-ss-16 .n2-ss-slider-3,
.top_feature div#n2-ss-17 .n2-ss-slider-3,
.top_feature div#n2-ss-18 .n2-ss-slider-3,
.top_feature div#n2-ss-19 .n2-ss-slider-3,
.top_feature div#n2-ss-20 .n2-ss-slider-3 {
  position: relative;
  z-index: 10;
  display: grid;
  overflow: hidden;
  grid-template-areas: "cover";
}

.top_feature div#n2-ss-15 .n2-ss-slider-3 > *,
.top_feature div#n2-ss-16 .n2-ss-slider-3 > *,
.top_feature div#n2-ss-17 .n2-ss-slider-3 > *,
.top_feature div#n2-ss-18 .n2-ss-slider-3 > *,
.top_feature div#n2-ss-19 .n2-ss-slider-3 > *,
.top_feature div#n2-ss-20 .n2-ss-slider-3 > * {
  grid-area: cover;
}

.top_feature div#n2-ss-15 .n2-ss-slide-backgrounds,
.top_feature div#n2-ss-16 .n2-ss-slide-backgrounds,
.top_feature div#n2-ss-17 .n2-ss-slide-backgrounds,
.top_feature div#n2-ss-18 .n2-ss-slide-backgrounds,
.top_feature div#n2-ss-19 .n2-ss-slide-backgrounds,
.top_feature div#n2-ss-20 .n2-ss-slide-backgrounds {
  position: relative;
  z-index: 10;
}

.top_feature div#n2-ss-15 .n2-ss-slide-backgrounds > *,
.top_feature div#n2-ss-16 .n2-ss-slide-backgrounds > *,
.top_feature div#n2-ss-17 .n2-ss-slide-backgrounds > *,
.top_feature div#n2-ss-18 .n2-ss-slide-backgrounds > *,
.top_feature div#n2-ss-19 .n2-ss-slide-backgrounds > *,
.top_feature div#n2-ss-20 .n2-ss-slide-backgrounds > * {
  overflow: hidden;
}

.top_feature div#n2-ss-15 .n2-ss-slide-background,
.top_feature div#n2-ss-16 .n2-ss-slide-background,
.top_feature div#n2-ss-17 .n2-ss-slide-background,
.top_feature div#n2-ss-18 .n2-ss-slide-background,
.top_feature div#n2-ss-19 .n2-ss-slide-background,
.top_feature div#n2-ss-20 .n2-ss-slide-background {
  transform: translateX(-100000px);
}

.top_feature div#n2-ss-15 .n2-ss-slider-4,
.top_feature div#n2-ss-16 .n2-ss-slider-4,
.top_feature div#n2-ss-17 .n2-ss-slider-4,
.top_feature div#n2-ss-18 .n2-ss-slider-4,
.top_feature div#n2-ss-19 .n2-ss-slider-4,
.top_feature div#n2-ss-20 .n2-ss-slider-4 {
  position: relative;
  z-index: 20;
  display: grid;
  width: 100%;
  height: 100%;
  place-self: center;
  grid-template-areas: "slide";
}

.top_feature div#n2-ss-15 .n2-ss-slider-4 > *,
.top_feature div#n2-ss-16 .n2-ss-slider-4 > *,
.top_feature div#n2-ss-17 .n2-ss-slider-4 > *,
.top_feature div#n2-ss-18 .n2-ss-slider-4 > *,
.top_feature div#n2-ss-19 .n2-ss-slider-4 > *,
.top_feature div#n2-ss-20 .n2-ss-slider-4 > * {
  grid-area: slide;
}

.top_feature div#n2-ss-15 .n2-ss-slide,
.top_feature div#n2-ss-16 .n2-ss-slide,
.top_feature div#n2-ss-17 .n2-ss-slide,
.top_feature div#n2-ss-18 .n2-ss-slide,
.top_feature div#n2-ss-19 .n2-ss-slide,
.top_feature div#n2-ss-20 .n2-ss-slide {
  position: relative;
  z-index: 20;
  display: grid;
  grid-auto-columns: 100%;
  place-items: center;
  transform: translateX(-100000px);
  perspective: 1500px;
}

.top_feature div#n2-ss-15 .n2-ss-slide-active,
.top_feature div#n2-ss-16 .n2-ss-slide-active,
.top_feature div#n2-ss-17 .n2-ss-slide-active,
.top_feature div#n2-ss-18 .n2-ss-slide-active,
.top_feature div#n2-ss-19 .n2-ss-slide-active,
.top_feature div#n2-ss-20 .n2-ss-slide-active {
  z-index: 21;
}

.top_feature div#n2-ss-15 .n2-ss-slide-limiter,
.top_feature div#n2-ss-16 .n2-ss-slide-limiter,
.top_feature div#n2-ss-17 .n2-ss-slide-limiter,
.top_feature div#n2-ss-18 .n2-ss-slide-limiter,
.top_feature div#n2-ss-19 .n2-ss-slide-limiter,
.top_feature div#n2-ss-20 .n2-ss-slide-limiter {
  max-width: 2000px;
}

@media screen and (max-width: 980px) {
  .top_feature .top_feature_bk {
    padding: 10% 0 0;
  }

  .top_feature .feature_img {
    width: 100%;
    height: auto;
  }

  .top_feature .feature_txt {
    position: static;
    width: 90%;
    margin: auto;
    padding: 20px;
    transform: translateY(5%);
    box-shadow: 10px 10px 0 0 #3382c4;
  }

  .top_feature .feature_txt.box_l {
    box-shadow: 10px 10px 0 0 #3382c4;
  }

  .top_feature .feature_ttl {
    font-size: 26px;
    font-weight: 100;
  }

  .top_feature .feature_ttl span {
    font-size: 16px;
    font-weight: 100;
  }

  .top_feature .feature_txt p {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 896px) {
  .top_feature .top_feature_bk {
    padding: 10% 0;
  }

  .top_feature .container2 {
    width: 100%;
  }

  .top_feature h2 {
    font-size: 2.6rem;
  }

  .top_feature h2.top {
    margin: 0 0 25px;
    font-size: 2.4rem;
  }

  .top_feature .n2-ss-slider-wrapper-outside {
    grid-template-rows: auto auto !important;
  }

  .top_feature .n2-ss-slider-1,
  .top_feature .n2-ss-slider-2,
  .top_feature .n2-ss-slider-3,
  .top_feature .n2-ss-slider-4 {
    height: auto !important;
  }

  .top_feature .n2-ss-slide-limiter.n2-ss-preserve-size--slider {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .top_feature .n2-ss-slide {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .top_feature .n2-ss-slide .n2-ss-layers-container {
    height: 100%;
  }

  .top_room .top_room_bk {
    padding: 70px 0;
  }

  .top_room .container {
    width: 94%;
  }

  .top_room h2.top {
    font-size: 2.6rem;
  }

  .top_room .intro {
    margin: 0 auto 40px;
    font-size: 18px;
  }

  .top_room .glam_list {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .top_room .card_img img {
    height: 220px;
  }

  .top_room .card_body {
    padding: 24px 18px 28px;
  }

  .top_rental ul.rental_area {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    padding: 0;
  }

  .top_rental ul.rental_area > li {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 0 20px;
  }

  .top_rental ul.rental_area img {
    height: auto;
  }

  .top_rental ul.rental_area .p_desc {
    padding: 5px;
    white-space: normal;
    word-break: break-word;
  }

  .top_rental h2.top {
    margin: 10px 0 70px;
    font-size: 22px;
  }

}


@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),
  (orientation: portrait) and (max-width: 1199px) and (min-width: 701px),
  (orientation: landscape) and (max-width: 900px),
  (orientation: portrait) and (max-width: 700px) {
  .top_feature .n2-thumbnail-dot img {
    width: 90px;
    height: 60px;
  }
}

@media (orientation: landscape) and (max-width: 900px),
  (orientation: portrait) and (max-width: 700px) {
  .top_feature .nextend-arrow img {
    width: 16px;
  }

  .top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-left-center {
    left: 12px;
  }

  .top_feature .n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
    right: 12px;
  }
}

.top_faq_box.container{max-width:1200px;margin:0 auto;width:100%;}
@media screen and (max-width:896px){
.top_faq_box.container{width:94%!important;}
}
.top_textarea_p{padding:38.4px;font-size:16px;}
@media screen and (max-width:1024px){
.top_textarea_p{padding:10% 5%;}
}
.top_faq{padding:80px 50px;}
.top_faq_box{display:flex;}
.top_faq_box .top_textarea_p{display:flex;flex-direction:column;width:50%;padding:1%;background:#fae4c5;}
.top_faq_box .top_textarea_p .inner{width:86%;height:355px;padding:0 6% 20px;margin:0 auto;border:1px solid #fff;}
.top_faq_box .top_faq_img{width:70%;}
.top_faq h2{margin-top:60px;margin-bottom:30px;font-size:4rem;text-align:center;}
.top_faq p.msg{text-align:left;margin-bottom:40px;line-height:2;}
.top_faq img{width:100%;height:auto;object-fit:contain;}
.btn_link_color p a{display:block;width:150px;padding:8px 30px;margin:0 auto;text-align:center;background-color:#fff;border:1px solid #f5bf73;border-radius:27px;color:#f5bf73;transition:all .2s;}
.btn_link_color p a:hover{background:#f5bf73;color:#fff;opacity:1;}
.mt_40{margin-top:40px;}
@media screen and (max-width:896px){
.top_faq{padding:0;margin-bottom:3%;}
.top_faq_box{flex-direction:column;}
.top_faq_box .top_textarea_p{width:98%;margin:0 auto;text-align:center;}
.top_faq_box .top_textarea_p .inner{width:100%;height:auto;padding:0 0 20px;}
.top_faq_box .top_faq_img{width:100%;}
.top_faq h2{margin-top:20px;font-size:2rem;text-align:center;}
.top_faq p.msg{margin-bottom:20px;padding:0 20px;}
.top_faq img{height:auto;}
}
