@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
}

.inner {
	max-width: 1000px;
    /*min-width: 600px;*/
	margin: 0 auto;
    box-sizing: border-box;
	background: url(../images/pateen.png);
}

/*--------------------------------
 header
---------------------------------*/
/* top
---------------------------------*/
#gnav_res {
	display: none;
}

#top-head {
	display:none;
}

#top {
	display:flex;
}

#top {
	width:100%;
	margin-top: 1%;
}

#top_l,#top_r {
	width:30%;
}

#top_c {
	width:40%;
	text-align:center;
}

/* top left
---------------------------------*/
#top_l {
	margin-left: 3%;
}

#phone_info {
	padding: 12% 0 2%;
}

.phone {
	font-size: 200%;
	color: red;
	font-weight: 800;
}

#top_l #location {
	font-weight: 500;
	margin: 10% 0 2%;
}

#top_l .address {
	font-size: 85%;
	padding-bottom: 2%;
}

/* top center
---------------------------------*/
#top_c #roppngi {
	width: 100%;
	padding-bottom:  2%;
}

#top_c #roppngi img {
	width: 40%;
}

#top_c h1 {
	box-sizing: border-box;
}

#gnav_pc h1 img {
	width: 98%;
}

#top_c #logo {
	margin-top: 3%;
	margin-bottom: 3%;
}
#top_c #logo img {
	width: 48%;
}


/* .logo animation
---------------------------------*/
#logo {
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    -ms-animation: spin 8s linear infinite;
    -o-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


/* top right
---------------------------------*/
#top_r {
	margin-right: 3%;
	text-align: right;
}

#top_r #lang {
	width: 100%;
}

#top_r img {
	width: 15%;
}

#top_r #openhrs_title {
	text-align: left;
	margin: 5% 0 4% 30%;
	font-weight: 500;
	font-size: 105%
}

#top_r ul {
	font-size: 90%;
	text-align: left;
	margin: 0 0 0 30%;
}

#top_r ul li {
	margin-bottom: 4%;
}

#padding_bottom {
	padding-bottom: 2%;
}
.margin_left {
	margin-left: 30%;
}



/* nav_pc
---------------------------------*/
#nav_pc {
	text-align: center;
	margin-bottom: 1%;
}

#nav_pc ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 1%;
}

#nav_pc ul li:last-child {
	border-right: none;	
}

#nav_pc ul li a {
	text-decoration: none;
	color: #fff;
}

#nav_pc ul li a:hover {
	color: orange;
}
/*--------------------------------
 contents
---------------------------------*/
article {
	background: url("../images/zigzag.png") repeat-x;
	background-color: #fed500;
	font-weight: bold;
	padding: 5%;
	color: #000;
	line-height: 1.5;
}

/* access top
---------------------------------*/
#access_top {
	
	display: flex;
	width: 100%;
	padding-bottom: 4%;
}

#address_left,#access_map {
	width:50%;
}

#access_map iframe {
	width: 100%;
	height: 400px;
}

#access_top img {
	width:25px;
}

#access_top h2#phone {
	 font-size:170%;
}

#zipcode_padding_top,
#access_openhrs_title {
	padding-top: 5%;
}

#access_openhrs_title {
	 font-size:140%;
}

#open_hrs_dinner {
	padding-top: 2%;
}

#access_to_pizzakaya {
	font-size:140%;
}

#access_padding_b {
	padding-bottom: 2.5%;
}

/*--------------------------------
 pageTop
---------------------------------*/
#pageTop {
	position: fixed;
	right: 1%;
	bottom: 1%;
	
}

#pageTop img {
	width: 45px;
}

/*--------------------------------
 footer
---------------------------------*/
footer {
	text-align: center;
	padding: 3% 0 3%;
	box-sizing: border-box;
}

#f_roppongi {
	margin: 1% 0 .5%;
}

#f_roppongi img {
	width: 12%;
}

#f_pizzakaya {
	margin-bottom: 1.5%;
}

#f_pizzakaya img {
	width: 35%;
}

footer p {
	font-size: 90%;
	font-family: 'Quicksand', sans-serif;
	opacity: 0.7;
}


/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	#gnav_res h2#l_logo {
		text-align: center;
	}
	
	article {
	padding-top: 130px;
}

/* access top, bottom responsive
---------------------------------*/
	#access_top {
		display: block;
		width: 100%;
		padding-bottom: 4%;
	}

	#address_left,#access_map {
		width:100%;
	}
	
	#address_left {
		text-align:center;
		padding-bottom: 10%;
	}

	#access_map iframe {
		width: 100%;
		height: 400px;
	}

	#access_top img {
		width:25px;
	}

	#access_top h2#phone {
		 font-size:170%;
	}

	#zipcode_padding_top,
	#access_openhrs_title {
		padding-top: 8%;
	}
	

	#access_openhrs_title {
		 font-size:120%;
	}

	#flex_res {
		display: flex;
		justify-content: center;
	}
	
	#open_hrs ul {
		padding-right: 3%;
	}
	
	#open_hrs_dinner {
		padding-top: 0;
		padding-left: 3%;
		border-left: 2px dotted orange;
	}
	
	#access_bottom {
		padding: 0 3%;
	}

	#access_to_pizzakaya {
		font-size:140%;
		text-align: center;
		padding-top:5%;
	}
	
	#access_padding_b {
		padding-bottom: 2.5%;
	}
	
	#access_padding_b,
	#access_detail {
		font-size: 92%;
	}

	
/* footer res
---------------------------------*/
footer {
	width: 100%;
	text-align: center;
}

#f_roppongi {
	padding: 10% 0 .5%;
}

#f_roppongi img {
	width: 30%;
}

#f_pizzakaya {
	padding-bottom: 1.5%;
}

#f_pizzakaya img {
	width: 45%;
}

footer p {
	font-size: 85%;
	font-family: 'Quicksand', sans-serif;
	opacity: 0.7;
	padding-bottom: 5%;
}
	
}
