@charset "UTF-8";

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
	
	#header {
		background: url(../img/headerBg.jpg) no-repeat right top !important;
	}
	#main-visual {
		background: url(../img/mainVisualBg.png)  !important;
	}
	#shop-info {
		background-color: #eee !important;
	}
	#footer {
		color: #fff !important;
		background-color: #30435B !important;
	}
}

/* ------------------------------------------------------------------
Selector
------------------------------------------------------------------ */
body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ------------------------------------------------------------------
Header
------------------------------------------------------------------ */
#header {
	background: url(../img/headerBg.jpg) no-repeat right top;
	padding-top: 20px;
}

#header #contact {
	padding-top: 35px;
	text-align: right;
}

/* ------------------------------------------------------------------
Navigation
------------------------------------------------------------------ */
.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-nav {
	margin: 0px auto;
	width: 100%
}

.navbar-nav > li {
	width: 235px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
	text-indent: -9999px;
	overflow: hidden;
}
.navbar-nav> li.first {
	border-left: 1px solid #ccc;
}

.navbar-nav > li#top {
	background: url(../img/navigationMenu.jpg) 0 0;
}
.navbar-nav > li:hover#top {
	background: url(../img/navigationMenu.jpg) 0 -50px;
}
.navbar-nav > li#top.current {
	background: url(../img/navigationMenu.jpg) 0 -50px;
}

.navbar-nav > li#pizza {
	background: url(../img/navigationMenu.jpg) -235px 0;
}
.navbar-nav > li:hover#pizza {
	background: url(../img/navigationMenu.jpg) -235px -50px;
}
.navbar-nav > li#pizza.current {
	background: url(../img/navigationMenu.jpg) -235px -50px;
}

.navbar-nav > li#menu {
	background: url(../img/navigationMenu.jpg) -470px 0;
}
.navbar-nav > li:hover#menu {
	background: url(../img/navigationMenu.jpg) -470px -50px;
}
.navbar-nav > li#menu.current {
	background: url(../img/navigationMenu.jpg) -470px -50px;
}

.navbar-nav > li#dolce {
	background: url(../img/navigationMenu.jpg) -705px 0;
}
.navbar-nav > li:hover#dolce {
	background: url(../img/navigationMenu.jpg) -705px -50px;
}
.navbar-nav > li#dolce.current {
	background: url(../img/navigationMenu.jpg) -705px -50px;
}

.navbar-default {
	background-color:#30435B;
	border:none;
}

/* ------------------------------------------------------------------
Main visual
------------------------------------------------------------------ */
#main-visual {
	border-top: 2px solid #30435B;
	height: 400px;
	background: url(../img/mainVisualBg.png);
}

#main-visual #top-slider img {
	display: none;
}
#main-visual #top-slider img.first {
	display: block;
}

/* ------------------------------------------------------------------
Common
------------------------------------------------------------------ */
th {
	white-space: nowrap;
}
td.price {
	text-align: right;
	font-weight: bold;
}

h2.title {
	margin-top: 40px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	background: url(../img/h2Icon.png) left center no-repeat;
	text-indent: 60px;
	border-bottom: 1px solid #ccc;
}
h3.title {
	background: url(../img/wall.jpg);
	padding: 5px;
}

img.menu-photo {
	width: 455px;
}

.notes {
	margin-top: 10px;
}

/* ------------------------------------------------------------------
Contents
------------------------------------------------------------------ */
/*
#contents {
	
}
*/

/* ------------------------------------------------------------------
Top Page
------------------------------------------------------------------ */

/* Welcome Message */
#welcome-message {
	margin-bottom: 20px;
}
#welcome-message p {
	font-weight: bold;
	font-size: 1.2em;
}

/* Shop Photo */
#shop-photo {
	margin-bottom: 20px;
}

/* Photo Gallery */
.photo-gallery {
	margin-bottom: 20px;
}

img.thumbnail-4 {
	width: 185px;
	margin-bottom: 10px;
}

#side-photo-gallery {
	margin: 20px 0;
}
img.thumbnail-sidebar {
	width:295px;
}
img.thumbnail-sidebar-left {
	width: 135px;
	margin: 0 10px 10px 0;
	float: left;
}
img.thumbnail-sidebar-right {
	width: 135px;
	margin: 0 0 10px 10px;
	float: right;
}

/* ------------------------------------------------------------------
Pizza Page
------------------------------------------------------------------ */

/*　Take out baloon*/
.take-out-message {
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	min-height: 40px;
	line-height: 34px;
	color: #C0392B;
	text-align: center;
	background: #fff;
	border: 3px solid #27AE60;
	z-index: 0;
}
.take-out-message:before {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #27AE60 transparent transparent transparent;
	z-index: 0;
}

/* ------------------------------------------------------------------
Shop information
------------------------------------------------------------------ */

#shop-info {
	padding: 60px 0;
	margin-top: 110px;
	height: 280px;
	background: url(../img/wall.jpg);
	color: #543a05;
}

#shop-info #shop-contents {
	margin-top: -150px;
	padding-top: 40px;
}

/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------ */
#footer {
	padding: 40px 0;
	
	background: #30435B url(../img/footerBg.png) no-repeat right bottom;
}

/* Footer Navigation */

#footer .footer-nav {
	text-align: center;
}
#footer .footer-nav > li {
	border-right: 1px solid #ccc;
	font-size: 1em;
	width: 180px;
	color: #666;
}
#footer .footer-nav > li.first {
	border-left: 1px solid #ccc;
}

#footer .footer-nav li a {
	color: #fff;
}
#footer .footer-nav li a:hover {
	color: #10b2fd;
}

/* SNS Icon */

.sns-icon {
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.sns-icon li {
	padding-left: 20px;
}
.sns-icon li a {
	color: #fff;
}
.sns-icon li a:hover {
	color: #ccc;
}

h5.sns-title {
	padding: 5px;
	background: #30435B;
	color: #fff;
}
.insta-fab {
	border-radius: 5px;
	padding: 0px 10px 2px 10px;
	background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
	display: inline-block;
	cursor: pointer;
}
.insta-fab:hover {
	opacity: 0.8;
}
.insta-fab a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

/* Copyright */

.copyright {
	clear: both;
	padding-top: 20px;
	color: #e6e6e6;
	font-size: 0.8em;
}