@charset "utf-8";
@media screen and (min-width:768px){
*{
	margin: 0;
	padding: 0;
}
.sp{
	display: none;
}
img{
	display: block;
	border: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	pointer-events: auto;
}
a:hover{
	opacity: 0.7;
}
ul, li{
	list-style-type: none;
}
#header-upper{
	height: 110px;
	width: 100%;
	display: flex;
	background-color: rgba(0,0,0,0.48);
	position: relative;
}
#header-line{
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: fixed;
	margin-top: 110px;
}
#header-upper{
	height: 110px;
	width: 100%;
	display: flex;
	background-color: rgba(0,0,0,0.48);
	position: relative;
}
#header-line{
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: fixed;
	margin-top: 110px;
}
#header-logo{
	padding-top: 10px;
	margin-left: 45%;
	position: absolute;
	z-index: 10;	
}
#hamburger-menu{
	width: 100%;
}
#submenu{
	display: flex;
	float: right;
	visibility: visible;
	margin-top: 50px;
}
#submenu li{
	margin-right: 50px;
}
#submenu li a{
	font-size: 16px;
	color: #fff;
}
#header-bottom{
	height: 60px;
	padding-top: 20px;
	margin-top: 111px;
	background-color: rgba(0,0,0,0.48);
	visibility: visible;
}
#header-bottom nav ul{
	display: flex;
	margin-top: 10px;
	align-items: center;
	margin-left:10%;
}
#header-bottom nav ul li{
	margin-left: 8%;
}
#header-bottom nav ul li a{
	color: #FFF;
}
#main-test{
	background-color: #f3f0ec;
    height: 1825px;
}
h2{
	text-align: center;
	margin-top: 250px;
	font-size: 30px;
}
h2 span{
	font-size: 18px;
}
#contact-formArea{
	display: flex;
	margin: 100px auto;
	margin-bottom: 150px;
	width: 80%;
    gap: 7%;
}
#contact-formArea img{
	width: 45%;
}
table{
	margin: 0 auto;
}
table td, table th {
    padding-bottom: 10px;
}
table th{
	font-size: 20px;
	text-align: right;
    padding-right: 20px;
    color:#5C5C5C;	
}
table th span{
	margin-left: 5px;
	font-size: 12px;
	color: red;
}
table td input{
	height: 30px;
	width: 300px;
}
.form-button{
  justify-content: center;
  display: grid;
  margin: 40px auto;
  background-color: #000; 
  color: white;               
  border: none;               
  padding: 20px 80px;         
  font-size: 16px;             
  border-radius: 5px;         
  cursor: pointer;             
  transition: background-color 0.3s ease; 
}
.form-button:hover {
  background-color: #999; 
}
footer{
	margin-top: 80px;
	background-image: url("/LealeaHotel/common/image/footerimg.jpeg");
	height: 300px;
}
footer ul{
	display: flex;
	width: 20%;
	padding-top: 45px;
    margin-left: 10%;
}
footer ul img{
	width: 65%;
}
.reservation{
	padding: 7px;
	color: #999;
}
#reservation_box{
	width: 10%;
    margin-left: 11%;
    margin-right: 6%;
    margin-top: 20px;
    background-color: #f2f2f2;
    padding: 10px;
    box-shadow: 4px 2px 4px 2px #a0a0a0;
    border: 1px solid #8d8d8d;
}
#privacy{
	font-size: 12px;
	margin: 0 auto;
	width: 11%;
  	
}
}