@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


h2 {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 4px dotted #191919;
  font-size: 30px;
}

h3 {
  margin-top: 20px;
}

article {
  background-color: #dfdede;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 50px;
}

header nav ul {
  display: flex;
  list-style: none;
  padding: 50px;
  gap: 30px;
  align-items: center;
  padding: 0;
  margin: 0;
}

header nav ul li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

header nav ul li:last-child a {
  background-color: #151515;
  color: #fff;
  padding: 12px 25px;
  border-radius: 20px;
  transition: 0.3s;
}

header nav ul li:last-child a:hover {
  background-color: #666666;
}

article .lounge img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.main-visual {
  position: relative; 
  width: 100%;
  overflow: hidden;  
}

.main-visual img {
  width: 100%;
  height: auto;
  display: block;
}


.main-text {
  position: absolute; 
  bottom: 0;       
  left: 0;        
  width: 100%;
  padding: 30px 50px;
  color: #fff;       
  background: rgba(0, 0, 0, 0.5); 

}

.main-text p {
  font-size: 20px;
  margin-bottom: 5px;
}

.main-text h1 {
  font-size: 60px;   
  font-weight: bold;
  margin: 0;
}


.Feature {
  max-width: 1000px;
  margin: 50px auto;
  text-align: left;
}

.sabisu1 {
  background-color: rgb(255, 255, 255);
  display: flex;
  gap: 20px;
  max-width: 800px;
  margin: 20px auto;
}

.tiping {
  width: 300px; 
  flex-shrink: 0; 
}

.tiping img {
  width: 100%;    
  height: 100%;   
  display: block;
  object-fit: cover; 
}

.sabisu1-text p {
  letter-spacing: 0.05em;
}

.sabisu2 {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  max-width: 800px;
  margin: 20px auto;
  padding-left: 20px;

}

.sabisu2-text {
  text-align: left;
  flex: 1;
}

.sabisu2-text p {
  letter-spacing: 0.05em;
}

.sabisu3 {
  background-color: rgb(255, 255, 255);
  display: flex;
  gap: 20px;
  max-width: 800px;
  margin: 20px auto;
}

.Price {
  max-width: 1000px;
  margin: 50px auto;
  text-align: left;
}

.touroku {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}



.kanin {
  background-color: rgb(255, 255, 255);
  width: 400px;
  height: 350px;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.guest {
  background-color: rgb(255, 255, 255);
  width: 400px;
  height: 350px;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.btn-area {
  width: 100%;
  margin-top: 10px;
}


.btn {
  display: inline-block;
  padding: 10px 150px;
  background-color: #151515;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 10px;
  text-align: center;
}

.btn:hover {
  background-color: #666;    
  color: #fff;               
  box-shadow: 0 5px 15px rgba(0,0,0,0.2); 
  opacity: 0.9;           
}

.Information {
  max-width: 1000px;
  margin: 50px auto;
  text-align: left;
}

.Information ul li {
  color: black;
  text-decoration: none;
  list-style: none;
}

.Information p {
  display: block;   
  border-bottom: 2px dashed #151515; 
  padding-bottom: 25px;
  margin-top: 20px;
  width: 100%;
}

#information a {
    text-decoration: none; 
}

.access2 {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
}


.access3 img {
  width: 400px;            
  height: auto;
  display: block;
  object-fit: cover;
}


.shousai h3 {
  margin-top: 0;          
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.shousai p {
  margin-bottom: 15px;    
}

footer {
  padding: 40px 20px;
  background-color: #ffffff; 
}

footer h3 {
  font-size: 28px;      
  font-weight: bold;    
  margin-bottom: 5px;  
}

footer ul {
  display: flex;       
  list-style: none;    
  padding: 0;           
  margin: 0;
  gap: 20px;           
  flex-wrap: wrap;      
}

footer ul li a {
  text-decoration: none; 
  color: #333;          
  font-size: 14px;
}

footer ul li a:hover {
  text-decoration: underline; 
}

footer small {
  display: block;   
  text-align: center; 
  margin-top: 30px; 
}











