@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;
	margin: 0 auto;
	background-image: 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
---------------------------------*/

/* slider
---------------------------------*/
#slider_contents {
    position: relative;
}

#slider_contents::before {
    content: "";
    display:block;
    position:absolute;
    top:-3px;
    left:0;
    width: 100%;
    height:16px;
    background-image: url(../images/zigzag.png);
    background-repeat: repeat-x;
    /*background-size: 70% 100%;*/
    z-index:1000;
}

/* NEWS
---------------------------------*/
#news {
	padding: 6%;
}

h2 {
    text-align: center;
    margin: 0 0 3%;
    font-size: 140%;
    font-weight: bold;
}

#news_item {
    display: flex;
    text-align: center;
    width:100%;
}

#news_item figure {
    flex: 3;
	padding: 0 4%;
}

#news_item figure img {
    width: 100%;
}

#news_item figcaption {
    font-size:90%;
    margin-top: 3%;
    width:100%;
}

#news_item figure a {
	text-decoration: none;
	color: #fff;
}

#news_item figure a:hover {
	color: orange;
}


/* info
---------------------------------*/
#info {
	background: url("../images/zigzag.png") repeat-x;
	background-color: #fed500;
	padding: 6% 0;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 120%;
	line-height: 1.8;
}

#info ul {
}

#info ul li{
	display: inline-block;
}

#info ul li.phone {
	font-size: 150%;
	font-weight: 800;

}

#info ul li#tel {
	font-size: 140%;
	font-weight: 500;
	
}

/* contact
---------------------------------*/
#contact {
	display:flex;
	max-width: 100%;
}

#contact_form,#contact_image {
	width: 50%;
}

/* #contact_image img {
	max-width: 100%;
	object-fit: fill;
	vertical-align: bottom;
} */

#contact_image {
background-image: url("../images/contact_img02.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#contact_form {
	/*background-image: url("../images/contact_form.jpg");*/
	/*background-repeat: no-repeat;*/
	background-image: url("../images/contact_bg.jpg");
	background-size: cover;
	background-color: rgba(255,179,40,1);
	background-color: rgba(249,225,113,.4);
	background-blend-mode: lighten;
	text-align: center;
}

input {
	color: #000;
	font-weight: 500;
  width: 85%;
  box-sizing: border-box;
  margin: 1% 0;
  padding: .6em;
  border: 2px solid #000;
background-color: rgba(255,179,40,.4);
/*background-color: transparent;*/
}

textarea {
  width: 85%;
  box-sizing: border-box;
  margin: 1em 0;
  padding: .8em;
  border: 2px solid #000;
background-color: rgba(255,179,40,.4);
}

#submit {
	width: 30%;
	background-color: #000;
	color:#fff;
}

#contact h3 {
	margin: 8% 0 3%;
	color: #000;
	font-size: 110%;
	font-weight: 600;
}

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

#pageTop img {
	width: 45px;
}

/*--------------------------------
 footer
---------------------------------*/
footer {
	text-align: center;
	margin: 3% 0 3%;
}

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

#f_roppongi img {
	width: 8%;
}

#f_pizzakaya {
	margin-bottom: 1.5%;
}

#f_pizzakaya img {
	width: 23%;
}

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


/*media Queries 767 640
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	#slider_contents::before {
		display: none;
	}
	
	#slider_contents {
		padding-top: 108px;
}
	
 /* NEWS
---------------------------------*/
	#news {
		padding: 6% 0;
	}

	h2 {
		text-align: center;
		margin: 0 0 3%;
		font-size: 140%;
		font-weight: bold;
	}

	#news_item {
		display: flex;
		justify-content: center;
		width:100%;
	}

	#news_item figure {
		flex: 3;
		padding: 0 1.5%;
	}

	#news_item figure img {
		width: 100%;
	}

	#news_item figcaption {
		font-size:85%;
		margin-top: 3%;
		width:100%;
	}

	#news_item figure a {
		text-decoration: none;
		color: #fff;
	}

	#news_item figure a:hover {
		color: orange;
	}

	/* info
---------------------------------*/
#info {
	font-size: 95%;
	line-height: 1.8;
}

/* contact
---------------------------------*/
	#contact {
		display:block;
		background-image: url("../images/contact_bg.jpg");
		background-size: cover;
		background-color: rgba(255,179,40,1);
		background-color: rgba(249,225,113,.4);
		background-blend-mode: lighten;
		text-align: center;	
	}
	
	#contact_form {
		margin-top: 0;
		padding-bottom: 5%;
		border: 1px solid rgba(255,179,40,1);
	}
	
	#contact_form {
		width: 100%;
	}
	
	#contact_image {
		display: none;
	}

	
	
/* footer
---------------------------------*/
footer {
	width: 100%;
	text-align: center;
	margin: 8% 0 5%;
}

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

#f_roppongi img {
	width: 20%;
}

#f_pizzakaya {
	margin-bottom: 1.5%;
}

#f_pizzakaya img {
	width: 35%;
}

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

