@charset "utf-8";
/* CSS Document */
body {
 width: auto;
 background-image: url("images/下層背景 1.png");
 background-size: cover;
 color: #575757;
}
.header_logo {
 max-width: 200px;
 position: absolute;
 top: 5%;
 left: 5%;
filter: drop-shadow(5px 5px 5px #575757);
}
/*FV*/
header {
  width: 100%;
  height: 100vh;
}
#FV img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
header h1{
  font-size: 90px;
  font-family: "Zen Old Mincho", serif;
 font-weight: bold;
 font-style: normal;
  color: #FFFFFF;
  right: 5%;
  position: absolute;
 top: 75%;
 left: 55%;
	letter-spacing: 0.2em;
}
section h3 {
 font-family: "Zen Old Mincho", serif;
 font-weight: bold;
 font-style: normal;
 font-size: 36px;
}
body p, ul {
 font-family: "Noto Sans JP", serif;
 font-optical-sizing: auto;
 font-weight: normal;
 font-style: normal;
 font-size: 16px;
}

.header_nav {
 width: auto;
 height: 70px;
 background-color: #F8F1E4;
 font-family: "Zen Old Mincho", serif;
 font-weight: medium;
 font-style: normal;
 font-size: 20px;
}
.header_nav ul {
 display: flex;
align-items: center;
 justify-content: space-around;
 max-width: 900px;
 margin: 0 auto;
  height: 70px;  
}
.header_nav a {
 text-decoration: none;
  color: #575757;
}
nav ul li a:hover {
  color: #ffa318;
  transition: color ease 0.3s;
}
/*#top {
 width: auto;
 height: 100vh;
 background-image: url(images/bg_top.jpg);
 background-size: cover;
 padding-left: 80px;
 padding-right: 80px;
}*/
/*section h2{
 width: auto;
 height: 250px;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
 font-family: "Zen Old Mincho", serif;
 font-weight: bold;
 font-style: normal;
 font-size: 64px;
}*/

.pizza{
  margin-top: 100px;
  background-image: url("images/h2_pizza_bg.jpg");
  background-size: cover;
  width: auto;
  height: 250px;
  position: relative;
}
.pasta{
  margin-top: 150px;
   background-image: url("images/h2_pasta_bg.jpg");
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}
.prosciutto{
  margin-top: 150px;
   background-image: url("images/h2_.prosciutto_bg.jpg");
  background-size: cover;
  width: auto;
  height: 250px;
  position: relative;
}
.dolce{
  margin-top: 150px;
   background-image: url("images/h2_dolce_bg.jpg");
  background-size: cover;
  width: auto;
  height: 250px;
  position: relative;
}
.pizza h2,.pasta h2,.prosciutto h2,.dolce h2{
    color: #fff;
  opacity: 0.5;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
 font-size: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  letter-spacing: 0.1em;
  pointer-events: none;
}
.pizza p,.pasta p,.prosciutto p,.dolce p{
    color: #fff;
 font-family: "Zen Old Mincho", serif;
 font-weight: bold;
 font-style: normal;
 font-size: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  letter-spacing: 0.5em;
	
}


.left, .center, .right {
 text-align: center;
}
.left image, .center image.right image {
 width: 100%;
}
.line ul {
 display: flex;
 justify-content: space-around;
 text-align: center;
  margin: 0 80px;
}
.line li {
 width: 384px;
 margin-top: 150px;
	
}
.line p{
	text-align: left;
	line-height: 2em;
}
.h3{
	width: 400px;
	margin-bottom: 50px;
}
.h3_text{
	width: 400px;
  margin-top: 20px;
}
.banner{
	margin-top: 50px;
 margin-bottom: 150px;
 width: auto;
 display: flex;
 justify-content: center;
 align-items: center;
	
}

.banner a:hover{
	opacity: 0.5;
  transform: scale(0.9);
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

#banner{
	text-align: center;
	margin-top: 200px;
}
footer{
  width: auto;
  height: 349px;
  background-image: url("images/フッター.jpg");
	display: flex;
	flex-direction: column;
	text-align: center;
	background-size: cover;
  
}

footer ul{
  display: flex;
  text-align: center;
  justify-content: space-around;
 max-width: 900px;
margin: 0 auto;
padding-bottom: 30px;
  
}
.footer{
padding-top: 55px;
  position: relative;
}
.footer_logo,.SNS{
  padding-bottom: 30px;
}
.SNS{
  margin: 0 auto; 
}
.icon{
  padding:0 10px;
}
footer a{
  text-decoration: none;
  align-items: center;
  color: #575757;
}
.compass {
  position: absolute;
  right: 50px;
}
:hover{
	opcty:0.5;
	transition: color ease 0.3s;
	transition: opacity ease 0.3s;
}