@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)



*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*{
	box-sizing: border-box;
}


html, body {
  width: auto !important;
  overflow-x: hidden !important;
}
h1{
	font-family:'Squada One', cursive;
	font-size: 20vw;
	color:#F8CB4F;
}

@media (min-width: 700px) {
	h1{
		font-size: 7vw;
	
	}
}
h2{
	font-family: 'Unica One', cursive;
	font-size: 2.5em;
	color:#9B0304;
	text-align:center;
	padding-top:24px;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: left;
	text-align: justify;
	padding:24px;
}

h3{
	font-family: 'Unica One', cursive;
	font-size: 2em;
	padding-left: 24px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #707070;
}

img {
	max-width: 100%;
    height: auto;
}


div{
	width:100%;
}

ul{
	padding-right: 24px;
	padding-left: 44px;
}
ul li{
	list-style-type: circle;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

a{
	background-color: #efefef;
	padding:24px;
	text-align: center;
	font-family: 'Unica One', cursive;
	font-size: 4vh;
	text-decoration: none;
	color:black;
	display:flex;
}

section{
	margin-bottom: 3%;
}

.contenedor-nikkei{
	text-align: center;
    width: 100%;
}

.contenedor-telefono{
	display:flex;
	margin-top: 24px;
	justify-content: center;

}

/*añadir mapa google*/
.google-maps{
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
}
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

/*para centrar los textos de contacto y localización*/
.centrado{
	text-align: center;
}

/*footer e iconos*/
footer{
	justify-content: center;
    display: flex;
	background-color: #F8CB4F;
}

.iconos{
	padding-top: 6%;
	padding-bottom: 6%;
	background-color: #F8CB4F;

}

/*formulario*/
form {
    margin: 0 auto;
	height:auto;
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
	width: 90%;
}
form div {
    margin-top: 1em;
	text-align: center;
}


input, textarea {
 
    font: 1em sans-serif;
	width: 70%;
    box-sizing: border-box;
    border: 1px solid #999;
}

input:focus, textarea:focus {
    border-color: #000;
}

textarea {
    height: 5em;
    resize: vertical;
}

/*Menu hamburguesa*/
#menu{
	width: 10%;
    background-color: transparent;
    border: none;
	margin-top: 9%;
    margin-left: 9%;
}

@media (min-width: 700px) {
	#menu{
		width: 3%;
		margin-top:2%;
		margin-left: 2%;
	}
}
button#menu:focus + nav#superior {
    display: block;
}

nav#superior ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;

}


nav#superior ul a {
	
    display: block;
    width: 100%;
    text-decoration: none;
	text-decoration-style: none;
    padding: .3em 0;
    text-align: center;
    color: #707070;
    transition: 1s all;
	border-bottom: thin;
    border-bottom-style: solid;
	background-color: transparent;
	font-size: 10vw;;
    
}

button#menu {
        display: block;
 }
	
nav#superior {
        display: none;
    }
	
nav#superior ul {
        flex-direction: column;
    }

/*media querie del menu navegador*/
@media (min-width: 700px) {
	nav#superior ul a {
		font-size: 3.7vw;		
}		
}

/*media queries imágenes de la portada*/
@media (min-width: 700px) {
		
	#imagenesportada{
		display: flex;
	}
	.imagen1_pantalla{
		margin-left: 9%;
    	position: relative;
    	width: 60%;
		padding-bottom: 2%;
}
	
	.imagen2_pantalla{
	  	position:relative;
		width: 30%;		   
   		margin-top: 8%;
    	margin-left: 10%;
	}
}


/*Media queries: el restaurante*/
@media (min-width:700px){  
#elrestaurante2{
	display: flex;
	padding-left:18%;
	padding-top: 3%;
	margin-bottom: 2%;
}	
}

@media (min-width:700px){  
	#elrestaurante2 > p{
		max-width: 40%;
		text-align: right;
	}
}

/*Media queries:la carta*/
@media (min-width:700px){  
#lacarta2{
	display: flex;
	justify-content: space-between;
}	
}

/*media querie para el formulario*/
@media (min-width:700px){ 
form{
	width: 40%;
}
}

/*media quierie de google maps*/
@media (min-width:700px){
.google-maps{
        position: relative;
        padding-bottom: 30%;
        height: 0;
       overflow: hidden;
}
}

/*media querie del footer*/
@media (min-width:700px){
.iconos{
	padding-top: 2%;
	padding-bottom: 2%;
}
}	
	