@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;
}

/* #about_store, #about_dough
---------------------------------*/
#about_store h2,
#about_dough h2 {
	margin: 5.5% 0 1%;
	text-align: center;
	font-size: 150%;
	color: #fff;
	font-weight: 500;
}

#about_store p,
#about_dough p {
	margin: 0 9%;
	font-size: 110%;
	font-seight: bold;
	color: orange;
	line-height: 1.5;
}

/* #delivery_info
---------------------------------*/
#delivery_info {
	margin: 5.5% 0 0;
	display: flex;
	width: 100%;
}

#left_pic {
	width: 50%;
	background-image: url("../images/pic_inside.jpg");
	background-size: cover;
}

#right {
	width: 50%;
	background-color: #222;
	box-sizing: border-box;
	padding:5% 2% 12%;
	text-align: center;
}

#right span {
	font-size: 110%;
	line-height: 1.8;
	font-weight: bold;
}

#right p {
	margin: 3% 0;
	line-height: 1.5;
}

#right #phone {
	color: red;
	font-size: 150%;
	font-weight: bold;
}

#right #phone img {
	width:25px;
}

#online_button a {
	display: block;
	margin-top: 15%;
	font-size:105%;
	border: 2px solid #fff;
	padding:7% 6%;
	text-decoration: none;
	color: #fff;

}

#try_center {
	display:flex;
	justify-content: center;
}

#try_center #online_button {
	width:180px;
}

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

#pageTop img {
	width: 45px;
}

/*--------------------------------
 footer
---------------------------------*/
footer {
	text-align: center;
	padding: 5% 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;
}

/* #about_store, #about_dough res
---------------------------------*/
#about_store h2,
#about_dough h2 {
	font-size: 145%;
}

#about_store p,
#about_dough p {
	margin: 0 8%;
	font-size: 100%;
}	

/* #delivery_info res
---------------------------------*/
#delivery_info {
	margin: 5.5% 0 0;
	display: block;
	width: 100%;
}

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

#f_roppongi {
	padding: 3% 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%;
}
	
}
