@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  font-family: 'Tilt Neon', cursive;
}

body {
 background-color: #FAEDCD;
}

.logo img {
  width: 160px;
  float: left;
  padding-left: 3.5%;
  margin-top: 10px;
 }

 .nav-area {
  float: right;
  margin-top: 20px;
  list-style: none;
  padding-top: 10px;
  margin-right: 120px;
  font-size: 20px;
 }
 .nav-area li {
  display: inline-block;
 }

 .nav-area li a {
  color: #B51800;
  padding: 40px;
 }

 .nav-area li a:hover {
  background-color: #FEAE00;
  color: black;
 }

 .hanging img {
    width: 100px;
    float: right;
    position: fixed;
    left: 1290px;
    top: 0;
    margin: 0;
    display: inline;
  }

  .offer img {
    width: 100px;
    position: absolute;
    left: 1283px;
    top: 490px;
  }

  .earth img {
    position: absolute;
    left: 420px;
    top: 180px;
    border: 10px solid white;
    width: 780px;
  }

  .route1 {
    position: absolute;
    top: 170px;
    left: 100px;
    font-size: 30px;
	  width: 1000px;
	  height: 700px;
  }

  .route2 {
    position: absolute;
    top: 220px;
    left: 100px;
    font-size: 20px;
	  width: 1000px;
	  height: 700px;
  }

  .route3 {
    position: absolute;
    top: 290px;
    left: 100px;
    font-size: 20px;
	  width: 1000px;
	  height: 700px;
  }







  
  .line img {
    width: 1440px;
    position: absolute;
    top: 700px;
    left: 0;
  }
  
  .accept {
    position: absolute;
    left: 100px;
    top: 800px; 
    font-size: 20px;
  }
  
  .visa img{
    width: 40px;
    position: absolute;
    left: 145px;
    top: 902px;
  }
  
  .master img {
      width: 40px;
      position: absolute;
      left: 190px;
      top: 902px;
  }
  
  .touch {
    position: absolute;
    left: 670px;
    top: 800px;
    font-size: 20px;
  }
  
  .mail img {
    width: 30px;
    position: absolute;
    left: 728px;
    top: 854px;
  }
  
  .wa2 img {
    width: 28px;
    position: absolute;
    left: 765px;
    top: 875px;
  }
  
  .phone img {
    width: 25px;
    position: absolute;
    left: 728px;
    top: 900px;
  }
  
  .follow {
    position: absolute;
    left: 1150px;
    top: 800px;
    font-size: 20px;
  }
  
  .fb img {
    width: 23px;
    position: absolute;
    left: 1240px;
    top: 850px;
  }
  
  .insta img {
    width: 23px;
    position: absolute;
    left: 1245px;
    top: 878px;
  }
  
  .yt img {
    width: 25px;
    position: absolute;
    left: 1228px;
    top: 902px;
  }
  
  .copy {
    position: absolute;
    left: 600px;
    top: 1000px;
    font-size: 15px;
  }