@charset "utf-8";
@media screen and (max-width:767px){
*{
	margin: 0;
	padding: 0;
}
.pc{
	display: none;
}
img{
	display: block;
	border: none;
	width: 100%;
	height: auto;
}
a{
	text-decoration: none;	
}
a:hover{
	opacity: 0.7;
}
ul, li{
	list-style-type: none;
}
header{
	background-image: url("/LealeaHotel/image/mainphoto.jpg");
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
}
#main-header{
	position: fixed;
	z-index:10;
	width: 100%;
	top: 0;
}
#header-upper{
	width: 100%;
	height: 75px;
	background-color: rgba(0,0,0,0.48);
	border-bottom: 1px solid #FFF;
}
#header-logo{
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	width: 20%;
	height: auto;
}
#nav-toggle{
	width: 30px;
	height: 25px;
	margin-top: 5px;
	position: fixed;
	z-index: 1000;
	top: 20px;
	left: 5%;
}
#nav-toggle>div{
	position: relative;
	width: 100%;
	height: 100%;
}
#nav-toggle span{
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	transition: 0.5s;
}
#nav-toggle span:nth-child(1){
	top: 0;	
}
#nav-toggle span:nth-child(2){
	top: 10px;	
}
#nav-toggle span:nth-child(3){
	top: 20px;	
}
.open #nav-toggle span:nth-child(1){
	top: 10px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2){
	opacity: 0;	
}
.open #nav-toggle span:nth-child(3){
	top: 10px;	
	transform: rotate(-45deg);
}
#hamburger-menu{
	width: 100%;
	height: 100vh;
	background-color: #f3f0ec;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100vh);
	transition: 0.5s;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
}
.open #hamburger-menu{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
#submenu{
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#submenu li{
	margin-bottom: 10px;
}
#submenu li a{
	color: #000;	
}
#submenu li a:hover{
	opacity: 0.5;
}
#menu-list{
	order: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-top: 80px;
}
#menu-list li{
	margin-bottom: 10px;
}
#menu-list li a{
	color: #000;
}
#menu-list li a:hover{
	opacity: 0.5;
}
#main-test{
	background-color: #f3f0ec;
    height: 1130px;
}
#welcome h2{
	padding-top: 30px;
	text-align: center;
}
#welcome p{
	margin-top: 40px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}
#guide h2{
	margin-top: 50px;
	text-align: center;
}
#nav{
	overflow-x: auto;
	white-space: nowrap;
	border-top: 2px solid #e3c7c5;
	border-bottom: 2px solid #e3c7c5;
	width: 90%;
    margin: 45px auto 0 auto;
}
#nav ul{
	overflow-x: scroll;
	display: flex;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	padding-bottom: 20px;
}
#nav ul li{
	margin-left: 20%;
}
#nav ul li a{
	color: #000;
}
#nav ul li a.active {
  border-bottom: solid 3px #000;
  padding-bottom: 5px;
  opacity: 0.5;
}
#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 li, #guide-bottom li{
	display: none;
}
.recommend{
	display: block;
}
.pic{
	transition: 2s;
	opacity: 0;
	transform: translateY(0);
}
.pic.active{
	transform: translateY(-20px);
	opacity: 1;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.recommend h3, .recommend p, .recommend a{
	margin-left: 10%;
}
.recommend h3{
	margin-top: 20px;
}
.recommend p{
	margin-top: 10px;
	margin-bottom: 65px;
}
.room h3, .room p, .room a{
	margin-left: 10%;
}
.room h3{
	margin-top: 20px;
}
.room p{
	margin-top: 10px;
	margin-bottom: 40px;
}
.restaurant h3, .restaurant p, .restaurant a{
	margin-left: 10%;
}
.restaurant h3{
	margin-top: 20px;
}
.restaurant p{
	margin-top: 10px;
	margin-bottom: 65px;
}
.pool h3, .pool p, .pool a{
	margin-left: 10%;
}
.pool h3{
	margin-top: 20px;
}
.pool p{
	margin-top: 10px;
	margin-bottom: 40px;
}
.activity h3, .activity p, .activity a{
	margin-left: 10%;
}
.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/access.jpg");
	background-repeat: no-repeat;
	margin-top: 80px;
	display: flex;
	height: 550px;
	opacity: 0;
	transition: 2s;
	transform: translateY(0);
}
.access.active{
	opacity: 1;
	transform: translateY(10px);
}
.access h2{
	color: #FFF;
	margin-top: 50px;
	text-align: center;
}
.access p{
	color: #FFF;
	margin-top: 40px;
	text-align: center;
}
.access ul{
	margin-top: 60px;
	margin-bottom: 60px;
}
.access li{
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}
.access a{
	color: #FFF;
	margin-left: 22%;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 5px;
	border: solid 1px #FFF;
}
.question{
	margin-top: 80px;
}
.question h2{
	text-align: center;
}
.question-container{
	margin-top: 30px;
	margin-bottom: 50px;
}
.question-container div{
	margin-bottom: 10px;
}
.faq{
    padding: 8px;
    cursor: pointer;
    user-select: none;
    position: relative;
	border-bottom: 1px solid #e3c7c5;
}
.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;
  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: 28%;
}
footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: auto;
		padding: 20px;
		text-align: center;
		position: static;
		margin-top: 50px;
		background-image: url("/LealeaHotel/common/image/footerimg.jpeg");
}
footer ul, #reservation_box, #privacy {
		position: static;
		margin: 20px 0;
}
footer ul {
	justify-content: center;
	display: flex;
	width: 30%;
}
footer ul li{
	margin-left: 5%;
}
.reservation{
	padding: 7px;
	color: #999;
}
#reservation_box{
	width: 55%;
    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 {
	transform: none;
}
}