@charset "utf-8";
/* CSS Document */

.fv_wrap{
	width: 100%;
	height: 100%;
}

#FV img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: relative;
}

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

.fv_text{
	position: absolute;
	text-align: center;
	line-height: 130px;
	top: 50%;
	left: 50%;
	font-size: 70px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: aliceblue;
	transform: translate(-50%,-50%);
}

.fv_wrap h2::after{
	display: inline-block;
	content: "";
	width: 200px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 200px;
	left: 630px;
}

/*---イタリア紹介---*/
.about_wrap{
	max-width: 800px;
	margin: 0 auto;
	padding: 400px 0 200px 0; 
}

.about_wrap h2{
	font-size: 40px;
	letter-spacing: 5px;
	text-align: center;
	color: #575757;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	position: relative;
}

.about_wrap p{
	margin-top: 90px;
	color: #575757;
	letter-spacing: 5px;
	line-height: 40px;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

.about_wrap h2::after{
	content: url("../images/イタリア国旗4.png");
	position: absolute;
	top:-120%;
	left: 85%;
	opacity: 0.2;
}

/*----イタリア地図---*/
.italy_map{
	background: url("../images/イタリア地図.jpg");
	background-size: cover;
	width: 100%;
	height: 980px;
	background-attachment:fixed;
}

.italy_mapWrap{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 200px auto;
	padding: 10% 0;
}

.italy_mapText{
	font-size: 128px;
	writing-mode:vertical-rl;
	transform: rotate(180deg);
	color: #FFFDFD;
	font-family: "Italiana", serif;
  	font-weight: 400;
}

.italy_mapImg {
	margin-right: 15%;
	position: relative;
}

/*モーダル*/
.btn {
  color: #4c4833;
	position: absolute;
	font-family: "Zen Old Mincho", serif;
	font-size: 22px;
	transition: color 0.3s;
}
.btn:hover {
 color: #ffa318;
}
.remodal {
  position: relative;
  padding: 25px;
	

}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal .remodal-cancel {
  color: #fff;
  background: #5a5a5a;
  width: 100%;
  margin-top: 25px;
	
}
.remodal .remodal-cancel:hover {
  background: #333;
}

.ve{
	left: 50%;
	top:9%;
}
.milano{
	left: 20%;
	top:9%;
}
.roma{
	left: 45%;
	top:43%;
}
.fe{
	left: 46%;
	top:23%;
}
.napo{
	left: 60%;
	top:52%;
}
.sore{
	left: 51%;
	top:65%;
}
.pare{
	left: 47%;
	top:82%;
}


/*----メインコンテツ----*/
.main_contents{
	width: 100%;
	height: 5000px;
	background: url("../images/コンテン背景8.jpg");
	background-siize: cover;
}

.main_contents{
	width: 100%;
}

.main_wrap{
	width: 72%;
	margin: 0 auto;
}

.az_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:300px 0 150px 0; 
}

.az_wrap .description{
	width:  400px;
}

.az_wrap .az_text{
	font-size: 128px;
	writing-mode:vertical-rl;
	color: #ededed;
	font-family: "Italiana", serif;
  	font-weight: 400;
	letter-spacing: 10px;
}

.az_wrap .az90_text{
	font-size: 128px;
	writing-mode:vertical-rl;
	color: #ededed;
	transform: rotate(180deg);
	 font-family: "Italiana", serif;
  	font-weight: 400;
	letter-spacing: 10px;
}

.az_wrap .description h2{
	font-size: 36px;
	color: #ededed;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	letter-spacing: 5px;
}

.az_wrap .description > p{
	width: 400px;
	margin-top: 40px;
	letter-spacing: 3px;
	line-height: 25px;
	color: #ededed;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 16px;
}

.az_wrap .description p:last-child{
	text-align: center;
	margin-top: 50px;
	color: #ededed;
}

.main_btn {
	margin: 40px 0 20px 0;
  display: inline-block;
  width: 150px;
	border-radius: 35px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  color: #fff;
  background-color: #ddbb45;
  position: relative;
  transition: color 0.5s ease;
	overflow: hidden;
}
.main_btn:hover {
  color: #fff;
}
.main_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.main_btn::before {
	border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:#CAAC44;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 1s ease;
  transition-property: transform;
}
.text {
	font-size: 14px;
	letter-spacing: .05em;
  position: relative;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
}

/*.az_wrap .description a{
	background: #ddbb45;
	border-radius: 30px;
	padding: 3px 30px 10px;
	font-size: 24px;
	letter-spacing: 2px;
	color: #ededed;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	transition: ease 0.7s;
}

.az_wrap .description a:hover{
	background: #B09537;
}*/
.az_wrap:last-child{
	padding-bottom: 300px;
}

p a span {
  display: inline-block; /* 移動させるためにinline-blockに変更 */
  transform: translateY(1px);
	font-size: 18px;/* 下に動かす（3pxは調整可能） */
}
/*アイキャッチ*/
.eyecatch{
	width: 100%;
	height: 300px;
	overflow: hidden;
	object-fit: cover;
}

.eyecatch img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}


.slider{
	width: 100%;
	height: 800px;
}

.slider_wrap{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 250px 0;
	overflow: hidden;
}



