@charset "UTF-8";
.page #homelead {
    top: 120px;
	opacity: 1;
}
.page{
	background: #1f1517;
}
.page #mainvisual img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.page #mainvisual {
    width: 100%;
    overflow: hidden;
    height: 340px;
}
.page .home-logo {
    width: 15%;
}


.page-title {
    text-align: center;
    font-size: 36px;
    padding-bottom: 10px;
    color: #f9b4aa;
    line-height: 1;
}.page-title-jp {
    font-size: 24px;
    text-align: center;
    padding-bottom: 60px;
}
.page-subtitle {
    font-size: 30px;
    text-align: center;
    color: #180d0f;
    width: 80px;
    height: 80px;
    background: #f9b4aa;
    margin: 20px auto 60px;
    padding-top: 25px;
}
.slick-slide img {
    width: 100%;
}
.room-cat-name {
    font-size: 160px;
    color: #332124;
    letter-spacing: -0.04em;
	    line-height: 0.6;
}
.room-cat-name-right {
text-align: right;
	    font-size: 160px;
    color: #332124;
    letter-spacing: -0.04em;
	    line-height: 0.6;
}
.room-no {
    font-size: 30px;
    color: #f9b4aa;
   margin-top: 30px;
	text-align: center;
	padding-bottom: 15px;
}
.room-summary {
    font-size: 13px;
    color: #f9b4aa;
	text-align: center;
}
.note {
	padding-top: 60px;
	font-size: 14px;
	 color: #a08984;
	line-height: 1.8;
}
.room-list {
	clear: both;
}

.room-goods{
	padding-top: 30px;
	padding-bottom: 120px;
}
.table-wrap {
	margin-bottom: 120px;
}
table {
margin-bottom: 20px;
}
th {
    text-align: left;
    width: 20%;
    color: #e4adaa;
    padding: 14px;
    border-bottom: #e4adaa solid 1px;
	font-size: 14px;
	    font-weight: 400;
	line-height: 1.8;
}

td {
    text-align: left;
    width: 80%;
    color: #a08984;
    padding: 14px;
    border-bottom: #271f21 solid 1px;
	font-size: 14px;
	line-height: 1.8;
}
#price table {
margin-bottom: 20px;
	    width: 100%;
	border-top: #e4adaa solid 2px;
		border-bottom: #e4adaa solid 2px;
}
#price th {
      text-align: center;
    width: auto;
    color: #e4adaa;
    padding: 14px 5px;
   border-bottom: #271f21 solid 1px;
	font-size: 14px;
	    font-weight: 400;
	line-height: 1.5;
}
#price tr:nth-child(2n) {
    background: #25191b;
}
#price td {
    text-align: left;
    width: auto;
    color: #a08984;
	text-align: center;
	vertical-align: middle;
    padding: 14px 5px;
    border-bottom: #271f21 solid 1px;
	font-size: 14px;
	line-height: 1.5;
  border-left: #634d50 dotted 1px;
}
.table-title {
    font-weight: 600;
    padding-bottom: 30px;
    text-align: center;
}
.sup {
	font-size: 12px;
}
#room table {
    width: 600px;
    margin: 30px auto;
}

#room td {
    text-align: center;
    width: auto;
    color: #e4adaa;
    padding: 10px;
    border-bottom: #271f21 solid 1px;
    font-size: 14px;
    line-height: 1.8;
}
#room th {
    text-align: left;
    width: auto;
    border-bottom: #271f21 solid 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
		padding: 10px;
}
#room thead th {
    font-weight: 600;
    background: #332629;
}
#room thead td {
    font-weight: 600;
    background: #332629;
}

@media screen and (max-width: 800px) {
table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#room table {
    width: 85%;

}
	th {
	font-size: 13px;
}

td {
	font-size: 13px;
}
	#price th {

	font-size: 13px;
}

#price td {
font-size: 13px;
}
	
	
.page .home-logo {
    width: 28%;
}
	
	
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
	margin: 0 30px;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
	display: none;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;



    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slider {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-large-left .slide-dots{
  text-align:right;
	margin-top: 10px;
}

.slide-dots {
    text-align: left;
    margin-top: 10px;
}
 .slide-dots li{
    display: inline-block;
    margin-right: 12px;
}
   .slide-dots button{
      position: relative;
      text-indent: -9999px;
}
.slide-dots button:before{
        content: '■';
        font-size: 15px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
	color: #999;
      }
.slide-dots .slick-active button:before{
        content: '■';
	font-size: 15px;
	color: #333;
      }



@media screen and (max-width: 600px) {


.page #mainvisual img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.page #mainvisual {
    width: 100%;
    overflow: hidden;
    height: 280px;
	}
.page #homelead {
    top: 100px;
}

.page .home-logo {
    width: 40%;
}
.room-cat-name {
    font-size: 70px;
	}
.slick-initialized .slick-slide {
    display: block;
    margin: 0 10px;
}
	.room-cat-name-right {
    text-align: right;
    font-size: 80px;
    color: #332124;
    letter-spacing: -0.04em;
    line-height: 0.7;
}
#room table {
    width: 100%;
}
#room td {
padding: 6px 3px;
    font-size: 12px;
		    width: 80%;
		}
		#room th {
		padding: 6px;
    font-size: 12px;
		    width: 20%;
		
		}
}
