@charset "UTF-8";
/* ----------------------------------------------------------------
TOP
---------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#slider {
  position: relative;
  width: 100%;
  height:calc(100vh + 1px);
  overflow: hidden;
}

#slider .slide {
  position: absolute;
  inset: 0;
  display: none;
}

#slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.kv-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.kv-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
}

.kv-dots button[aria-selected="true"] {
  background: rgba(255,255,255,0.95);
}

.kv-dots button:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}
section#con01{
	margin:40px auto 50px;
	max-width: 1200px;
	padding: 0 30px;
}
section#con01 .midashi{
text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
section#con02{
	margin:40px auto 130px;
	max-width: 1500px;
	padding: 0 30px;
}
section#con02 ul{
	border-top: solid 1px #000;
}
section#con02 ul li{
	border-bottom: solid 1px #000;
	display: flex;
}
section#con02 ul li.none{
	display: none !important;
}
section#con02 ul li:nth-child(1){
	background: url("../img/room_a_pc_01.jpg")center right no-repeat;
	    background-size: cover;
}
section#con02 ul li:nth-child(2){
	background: url("../img/room_b_pc_01.jpg")center left no-repeat;
	    background-size: cover;
}
section#con02 ul li .box{
	width: 450px;
	padding:60px 40px;
}
section#con02 ul li .box .btn{
	margin-top: 30px;
	text-align: center;
}
section#con02 ul li:nth-child(even){
	justify-content: end;
}

@media screen and (max-width: 767px) {
	section#con01{
		padding:0 5%;
		        margin-bottom: 40px;
	}
	section#con01 .midashi {
    font-size: 14px;
    line-height: 1.5;
		        text-align: left;
}
}
@media screen and (max-width: 1025px) {
section#con02 ul li:nth-child(1){
	background: url("../img/room_a_sp_01.jpg")center right no-repeat;
	    background-size: cover;
}
section#con02 ul li:nth-child(2){
	background: url("../img/room_b_sp_01.jpg")center left no-repeat;
	    background-size: cover;
}
	section#con02{
		margin-bottom: 50px;
	}
section#con02 ul li .box {
    width: 45%;
    padding: 20px 5%;
}
}