@charset "utf-8";
/* CSS Document */
.fv_wrap{
	width: 100%;
	height: 100%;
}

.fv_wrap > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.fv_logo {
	position: absolute;
	top: 5%;
	left: 5%;
}

.fv_text{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 200px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: aliceblue;
	transform: translate(-50%,-50%);
	opacity: 0.5;
}

/*about-----------------------*/
.about{
	width: 100%;
}

.about_wrap{
	width: 55%;
	margin: 0 auto;
	padding: 350px 0;
}

.about_wrap h2{
	text-align: center;
	font-size: 40px;
	color: #5d5d5d;
	letter-spacing: 5px;
	margin-bottom: 100px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}

.about p{
	font-family: "Noto Sans JP", serif;
	font-weight: 400; 
	font-size: 16px;
	color: #5d5d5d;
	letter-spacing: 5px;
	line-height: 40px;
}

.about p:last-child{
	margin-top: 80px;
}

/*main------------------------*/
.main{
	width: 100%;
	background: url("../images/下層背景.jpg");
	background-size: cover;
}

/*帯-------------------*/
.catch{
	width: auto;
	position:relative;
}

.catch_img{
	height: 250px;
}

.venezia{
	background: url("../images/Frame 8.jpg");
	background-size: cover;
 	background-repeat: no-repeat;
}
.roma{
	background: url("../images/帯背景.png");
	background-size: cover;
 	background-repeat: no-repeat;
}
.firenze{
	background: url("../images/Frame 8-2.jpg");
	background-size: cover;
 	background-repeat: no-repeat;
}
.milano{
	background: url("../images/Frame 8-1.jpg");
	background-size: cover;
 	background-repeat: no-repeat;
}

/*帯テキスト----------------*/
.catch_logp{
	font-size: 250px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform:  translate(-50%,-50%);
	line-height: 150px;
	color: #eaeaea;
	opacity: 0.5;
	font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-style: normal;
	pointer-events: none;
}

.catch_text{
	font-size: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:  translate(-50%,-50%);
	color: #eaeaea;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
}

.read{
	max-width: 700px;
	margin: 200px auto 200px auto;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.read p{
	font-size: 16px;
	letter-spacing: 5px;
	line-height: 30px;
	color: #575757;
}


/*おすすめスポット*/
.main_spot{
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 300px;
	
}
.spot_h1{
	font-size:28px; 
	text-align:center;
	margin: 60px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: #575757;
	letter-spacing: 0.1em;
}
.spot_h2{
	font-size: 20px;
	margin-top: 30px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: #575757;
}

.spot_p{
	text-align: left;
	width: 360px;
	font-size: 15px;
	margin-top: 30px;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #575757;
	letter-spacing: 0.2em;
	line-height: 20px;
}

.hoge{
	
	/*overflow: hidden;*/
}

.spot_img img{
	transition: transform 0.7s ease;
	
}
.spot_img img:hover{
	transform: translateY(-10px);
}

.spot_h1 span{
	display: inline-block;
	transform: translate(-3px);
}

/*.main_img img{
	transition: all ease 0.5s;
}
.main_img img:hover{
	transform: scale(1.3);
}*/