@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{
	background-image: url("/LealeaHotel//image/mainphoto.jpg");
	height: 700px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
#main-header{
	position: fixed;
	z-index:10;
	width: 100%;
	top: 0;
}
#box{
	display: flex;
	bottom: 0;
	border-radius: 1px;
	position: fixed;
	width: 100%;
	z-index: 10;
	pointer-events: none;
}
#checkin,#checkout,#room-option,#people-option, #room-rs,#restaurant-rs{
	pointer-events: auto;
	color: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
}
#option{
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 55%;
	margin-left: 5%;
	margin-top: 400px;
}
#option ul{
	display: flex;
	justify-content: space-between;
    width: 100%;
	margin-left: 2%;
	color: #959595;
}
.date{
	margin-left: 5%;
	margin-right: 7%;
}
#checkin, #checkout{
	border: solid 1px #959595;
	color: #858585;
    border-radius: 2px;
	padding: 7px;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 4px;
	cursor: pointer;
}
#arrow{
	margin-left: 3%;
	margin-top: 30px;
}
#room{
	border-left: solid #000 1px;
	padding-left: 5%;
}
#room-option{
	border: solid 1px #959595;
	color: #858585;
    border-radius: 1px;
	padding: 5px;
	padding-left: 15%;
	padding-right: 15%;	
	background-color: #fff;
	margin-top: 5px;
	cursor: pointer;
}
#people{
	margin-left: 5%;
    margin-right: 10%;
	padding-left: 6%;
	border-left: solid #000 1px;
  }
#people-option{
	border: solid 1px #959595;
	color: #858585;
    border-radius: 2px;
	padding: 5px;
	padding-left: 15%;
	padding-right: 15%;
	background-color: #fff;
	margin-top: 5px;
	cursor: pointer;
}
#button{
	background-color: #eeeae4;
	width: 28%;
	margin-top: 400px;
}
#button ul{
	display: flex;
	margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    width: 65%;
  }
#button1{
	margin-top: 10px;
}
#room-rs{
	background-color: #b1d3bf;
	color: #858585;;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#button2{
	margin-top: 10px;
}
#restaurant-rs{
	background-color: #e0c0be;
	color: #858585;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#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;
}

#welcome h2{
	padding-top: 80px;
	font-size: 36px;
	text-align: center;
}
#welcome p{
	margin-top: 40px;
	font-size: 24px;
	text-align: center;	
}
#guide h2{
	margin-top: 100px;
	font-size: 36px;
	text-align: center;
}
#nav{
	margin-top: 45px;
	border-top: 2px solid #e3c7c5;
	border-bottom: 2px solid #e3c7c5;
	width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#nav ul{
	display: flex;
	margin-left: 10%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#nav ul li{
	margin-left: 10%;
}
#nav ul li a{
	border-bottom: 10px solid transparent;
	color: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
}
#nav ul li a:hover{
	border-bottom-style:solid ;
	border-bottom-width: 3px;
	border-bottom-color: #000;
	padding-bottom: 5px;
	opacity: 0.5;
	transition: 0.3s;
}
#guide-upper{
	display: flex;
	justify-content: space-between;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 85px;
}
#guide-bottom{
	display: flex;
	justify-content: space-between;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 50px;
}
.pic{
	transition: 2s;
	opacity: 0;
	transform: translateY(0);
}
.pic.active{
	transform: translateY(-20px);
	opacity: 1;
}
.recommend h3{
	margin-top: 20px;
}
.recommend p{
	margin-top: 10px;
	margin-bottom: 65px;
}
.room h3{
	margin-top: 20px;
}
.room p{
	margin-top: 10px;
	margin-bottom: 40px;
}
.restaurant h3{
	margin-top: 20px;
}
.restaurant p{
	margin-top: 10px;
	margin-bottom: 65px;
}
.pool h3{
	margin-top: 20px;
}
.pool p{
	margin-top: 10px;
	margin-bottom: 40px;
}
.activity h3{
	margin-top: 20px;
}
.activity p{
	margin-top: 10px;
	margin-bottom: 40px;
}
.details{
	color: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu{
	color: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.access{
	background-image: url("/LealeaHotel/image/hawaii.jpg");
	background-repeat: no-repeat;
	margin-top: 100px;
	display: flex;
	height: 550px;
	opacity: 0;
	transition: 2s;
	transform: translateX(0);
}
.access.active{
	opacity: 1;
	transform: translateX(-10px);
}
.access div{
	margin-left: 5%;
}
.access h2{
	color: #FFF;
	margin-top: 50px;
}
.access p{
	color: #FFF;
	margin-top: 40px;
}
.access ul{
	margin-top: 80px;
	margin-bottom: 80px;
}
.access li{
	color: #FFF;
	margin-top: 10px;
}
.access a{
	color: #FFF;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.access img{
	height: 400px;
	width: 400px;
	margin-top: 90px;
	margin-left: 15%;
}
.question{
	margin-top: 110px;
}
.question h2{
	text-align: center;
}
.question-container{
	width: 80%;
	margin-left: 17%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.question-container div{
	margin-bottom: 10px;
}
.faq{
    padding: 8px;
    cursor: pointer;
    user-select: none;
    position: relative;
	border-bottom: 1px solid #e3c7c5;
	width: 80%
}
.faq:hover {
  background-color: rgba(0, 0, 0, .1);
}
.faq::before {
  content: 'Q. ';
}
.faq::after {
  content: '＋';
  position: absolute;
  top: 8px;
  right: 16px;
  transition: transform .3s;
}
.open .faq::after {
  content: '―';
}
.ans {
  padding: 8px;
  margin: 0;
  width: 80%;
  background-color: #e3c7c5;
}
.ans::before {
  content: 'A. ';
}
.open .faq .ans{
  padding: 8px;
  margin: 0;
}
.allquestions{
	border: solid 1px #000;
	padding: 10px;
	color: #000;
	margin-left: 45%;
}
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%;
  	
}
}