@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
---------------------------------*/

/* page title
---------------------------------*/
#title {
	background: url("../images/zigzag.png") repeat-x;
	background-color: #fed500;
	padding: 5% 0;
	text-align: center;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
}

/* menu nav
---------------------------------*/
#menu_nav {
	text-align: center;
	margin: 3% 0;
}

#menu_nav ul li {
	display: inline-block;
	font-size: 98%;
	font-weight: 700;
	border-right: 1px solid #fff;
	padding: 0 1%;
}

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

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

#menu_nav ul li a:hover {
	color: orange;
}

/* menu item
---------------------------------*/
#menu_item {
	margin: 4% 0 0;
}

#menu_item ul {
	position: relative;
	margin:0 1.5%;
}

#menu_item ul::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	height: 3px;
	width: 100%;
	background-color: orange;
}

#menu_item ul li {
	display: inline-block;
	font-size: 150%;
	color: orange;
	font-weight: 700;
	padding: 0 1%;
}

#menu_item .menu_item_j {
	font-size: 130%;
}

#menu_item #half {
	display: flex;
	margin: 1.5% 2.5% 0;
	color: orange;
	font-size: 85%;
}
#menu_item img {
	width:16px;;
}

/* menu pizza
---------------------------------*/
#menu_pizza {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width:100%;
	padding-bottom: 2%;
}

#menu_pizza figure {
	width:25%;
	text-align: center;
	margin: 2% 2%;
	padding-top: 3%;
	padding-bottom: 1%;
	border-bottom: 1px dashed #666;
}


#menu_pizza img {
	width: 100%;
}

#menu_pizza figcaption {
	font-size: 130%;
	font-weight: 600;
	margin: 2% 0 6%;
}

#menu_pizza p {
	text-align:left;
	font-size: 95%;
	line-height: 1.5;
}

#menu_pizza ul {
	margin-top: 8%;
}

#menu_pizza ul li {
	font-size: 95%;
	margin-bottom: 2px;
}

/*--------------------------------
 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;
	}
	
	#title {
	padding-top: 130px;
}


/* menu nav res
---------------------------------*/
	#menu_nav {
	text-align: center;
	margin: 3%;
}

	#menu_nav ul li {
	margin-bottom: 2%;
	padding: 0 2%;
}
	
/* menu item res
---------------------------------*/
	#menu_item ul {
		text-align: center;
	}
	
	#menu_item ul li {
		margin-bottom: 1%;
	}

/* menu pizza res
---------------------------------*/

#menu_pizza figure {
	width:40%;
	box-sizing: border-box; 
}


	
/* 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%;
}
	
}
