@charset "utf-8";
/* CSS Document */
a {
  text-decoration: none;
}
p {
  font-style: "Noto Sans JP", serif;
  color: #575757;
}
h2 {
  font-family: "Zen Old Mincho", serif;
}
/*FV*/
header {
  width: 100%;
  height: 100vh;
}
#FV img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#header_logo img {
  position: absolute;
  top: 5%;
  left: 5%;
}
.fv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   font-family: "Zen Old Mincho", serif;
  font-size: 200px;
  color: #EDEDED;
  opacity: 0.7;
}
/*ナビゲーション*/
.header_nav {
  width: 100%;
  height: 70px;
  background-color: #F8F1E4;
  color: #575757;
}
nav ul {
  display: flex;
  justify-content: center;
}
nav ul li {
  align-items: center;
	line-height: 70px;
}
nav ul li a {
  color: #575757;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
	margin: 0 35px;
}
nav ul li a:hover {
  color: #ffa318;
  transition: color ease 0.3s;
}
nav a.current {
  text-decoration: underline;
  text-decoration-color: #FF0000;
  text-decoration-thickness: 2px;
}
/*リード文*/
.intro {
  vertical-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.6em;
  color: #575757;
}
.intro p {
    display: block;
    width: 60%;
  margin: 0 auto;
    padding: 5rem;
}
/*コンテンツ*/
.timeline_wrapper, .info_wrapper {
  width: auto;
  background-image: url(../img/BG_under.png);
  background-size: cover;
}
.era {
  width: 80%;
  margin: 0 auto;
}

.timeline a:hover,
.timeline3 a:hover{
	opacity: 0.5;
}

/*h2タイトル*/
.era_header {
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin: 150px 0 100px 0;
}

.ancent {
  background: url(../img/Constantinus.png) center/cover;
    margin-top:0; 
}
.middle {
  background: url("../img/quattro.png") center/cover;
  /*Firenze_picture.jpg*/
}
.modern {
  background: url("../img/FrecceTricolori.png") center/cover;
}
.era_header h2 {
  text-align: center;
  z-index: 999;
  font-size: 64px;
  text-shadow: 2px 1px 3px #262626;
}
.large_text {
  position: absolute;
  align-items: center;
  font-size: 250px;
  font-weight: medium;
  font-family: "Bodoni Moda", serif;
  opacity: 0.5;
  pointer-events: none;
}
/*歴史コンテンツアイテム*/
.timeline_wrapper {
  padding-bottom: 80px;
}

.timeline, .timeline3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #DDBB45;
}
.timeline3::before {
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  width: 5px;
  height: 1300px;
  background-color: #DDBB45;
  padding-bottom: 10px;
}
.timeline_item {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  width: 80%;
  position: relative;
  letter-spacing: 0.2em;
}
.year {
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  left: 15%;
  font-size: 20px;
  color: #DDBB45;
  font-weight: bold;
     text-shadow: 1px 1px 2px rgba(115, 96, 29, 0.58);
}
.timeline_item img {
  width: 400px;
  height: auto;
  margin-left: 30%;
}
.timeline_item p {
  margin-left: 5%;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  width: 300px;
  color: #575757;
}
/*ーーーーーーー-------------------------基本情報----------------------ーーーーーー-----*/
body#info .FV_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: #EDEDED;
  opacity: 0.7;
}
.info_base {
  background: url("../img/Italiy_Frag.png") center/cover;
  margin-top: 0;
}
.info_manner {
  background: url("../img/Manner_restaurant.jpg") center/cover;
}
.info_language {
  background: url("../img/river.jpg") center/cover;
}
table {
  width: 980px;
  margin: 0 auto;
}
th, td {
  border: 1px #DDBB45 solid;
  padding: 20px;
  color: #575757;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7em;
  letter-spacing: 0.3em;
    vertical-align: middle;
}
th {
  background-color: #F8F1E4;
  width: 30%;
  font-size: 20px;
  font-weight: bold;
}
td {
  font-size: 18px;
  background-color: #FFFDFA;
}
/*習慣とマナー*/
.manner {
  display: flex;
  justify-content: space-around;
  padding: 80px 50px 100px;
}
.manner img {
  width: 400px;
  height: 266px;
}
h3, .manner p {
  text-align: center;
 
  color: #575757;

	 line-height: 1.7em;
  
  letter-spacing: 0.2em;
}
.manner p {
  background-color: #FAF9F6;
  font-family: "Noto Sans JP", serif;
	font-size: 18px;
	 padding: 15px;
}

h3 {
	 font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.7em;
}
.pasta, .greeting, .at_church {
  border: 1px #DDBB45 solid;
}
/*旅行会話*/
.greeting_list td {
  text-align: center;
}
/*お役立ち会話集*/
.italian {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.how_much {
  text-align: center;
  width: 252px;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 30px;
  color: #575757;
  padding: 20px;
  border-bottom: 3px #DDBB45 solid;
  margin: 50px auto;
}
.how_go {
  text-align: center;
  width: 452px;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 30px;
  color: #575757;
  padding: 20px;
  border-bottom: 3px #DDBB45 solid;
  margin: 50px auto;
}
.q_1 {
  padding-top: 80px;
}
.q_1, .q_2 {
  padding-bottom: 50px;
	margin: 0 auto;
}
.conversation {
  display: flex;
}
.says {
  color: #575757;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 2.5em;
  letter-spacing: 0.1em;
  text-align: center;
}
/*吹き出し*/
.chatting {
  position: relative;
  display: inline-block;
  padding: 46px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFF;
  border-radius: 50px;
}
.question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFF;
}
.answer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}



.huki{
	width: 562px;
}

/*フッター*/
footer {
  width: 100%;
	height:349px;
  background-image: url("../img/footer.jpg");
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo_black {
  margin: 55px auto 30px;
}
.sns {
  padding: 0 10px;
}
.logo_black:hover, .sns:hover {
  opacity: 0.5;
  transition: opacity ease 0.3s;
}
footer ul {
  display: flex;
  padding: 30px 0 20px;
}
footer ul li {
  display: inline
}
footer ul li a {
  color: #575757;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  padding: 0 35px 0;
 letter-spacing: 0.03;
}
footer ul li a:hover {
  color: #ffa318;
  transition: color ease 0.3s;
}
.compass {
  position: absolute;
  right: 50px;
}
.compass:hover {
  opacity: 0.5;
  transition: opacity ease 0.3s;
}
.copyright {
  wdth: 100%;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
/*モーダル*/
.btn:hover {
  color: #EDEDED;
}
.remodal {
  position: relative;
  padding: 25px;
}
.remodal_contents {
  display: flex;
  justify-content: space-between;
}
.remodal p {
  padding: 30px 0 0 20px;
  align-items: center;
  text-align: justify;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  color: #575757;
}
.remodal img {
  width: 300px;
  height: auto;
  vertical-align: top;
}
.remodal .remodal-cancel {
  color: #575757;
  background: #F8F1E4;
  width: 100%;
  margin-top: 25px;
}
.remodal .remodal-cancel:hover {
  opacity: 0.7;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition:0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
順番に出現
----------------------------*/
.fadeIn_item.offs,
.offs .fadeIn_item{
  opacity: 0;
  transform: translateY(50px);
}
.fadeIn_item.ons,
.ons .fadeIn_item{
  transition: all 1s cubic-bezier(0, 0, 0.13, 0.79);
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------
ホバー時にシャドウ
----------------------------*/

.shadow{
    display: block;
    box-shadow: 0 0 0 rgba(0,0,0,.30);
}
.shadow img{
    width: 100%;
    vertical-align: middle;
}
.shadow:hover{
    box-shadow: 0 0 30px rgba(0,0,0,.30);
}


/*----------------------------
カレント表示
----------------------------*/
.header_nav__item a {
  color: #575757;
}

.header_nav__item.current a {
  color: #ffa318;
}

