@charset "utf-8";

body{
  background-color: #ffffff;
}

.wrapper{
  max-width: 1200px;
  margin: 0 auto;
}

.visualimg div{
  text-align: right;
  padding-right: 45px;
  font-size: 2rem;
  margin-top: 20px;
  letter-spacing: 0.4rem;
}

.visualimg{
  letter-spacing: 0.4em;
  text-align: left;
  padding-left: 100px;
  height: 200px;
  font-size: 2.4rem;
  padding-top: 50px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


.visualimg h1{
  color: #ff6637;
  text-shadow: 4px 4px 5px rgb(217, 217, 217);
}

.visualimg p{
  padding-left: 150px;
  font-weight: 500;
  color: rgb(230, 67, 67);
  text-shadow: 2px 2px 3px rgb(255, 255, 255);
  font-weight: 500;
}

main span{
  padding-left: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
}

main section h2{
  font-size: 2.6rem;
  font-weight: 550;
  text-align: center;
  letter-spacing: 2rem;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ff8f7b;
  text-shadow: 3px 3px 3px rgb(255, 228, 145);
}

.menu_images{
  display: flex;
  border: 5px double rgb(255, 153, 139);
  box-shadow: 0px 0px 10px #ffcbcb;
  border-radius: 50px;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
}

.menu_images img{
  margin-right: 35px;
  box-shadow: 0px 0px 7px;
  width: 180px;
  height: 180px;
  border-radius: 30%;
}

.menu_images .menu_box{
  display: flex;
  justify-content: space-between;
}

.menu{
  border: 2px dashed rgb(238, 153, 153);
  box-shadow: 0px 0px 15px #ffc9c9;
  margin-top: 50px;
  padding: 10px;
  border-radius: 10%;
  width: 900px;
  margin: 50px auto;
  background-image: url(../images/scissors.png);
  background-repeat: no-repeat;
  background-position: 80px;
  background-size: 5%;
}

dl div:first-child{
  padding-top: 20px;
}

dl div:last-child{
  padding-bottom: 20px;
}

.menu dl div{
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  letter-spacing: 1rem;
  line-height: 20px;
}

dl div div{
  padding-top: 20px;
  padding-left: 80px;
}

.menu .dis{
  display: block;
  width: 37%;
  color: #c54040;
  text-align: right;
  text-shadow: 2px 2px 3px rgb(255, 149, 92);
}

.menu dl dt{
  text-align: right;
  width: 40%;
  color: #ff3c00;
  text-shadow: 2px 2px 3px rgb(255, 179, 179);
}

.menu_images img{
  width: 180px;
  height: 180px;
  border-radius: 30%;
}

main p{
  padding-left: 40px;
}

.visualimg p{
  font-size: 1.5rem;
}

header ul{
  display: flex;
  justify-content: space-around
}

.globalnav ul li a{
  font-size: 2.1rem;
  color: rgb(255, 123, 123);
  padding: 0px 60px;
}

.globalnav ul li:last-child{
  border-right: none;
}

.globalnav ul li a:hover{
  color: rgb(255, 29, 29);
  text-shadow: 1px 1px 5px #ffa2a2;
  text-decoration: underline;
  transition: 0.3s;
}

header ul li{
  font-size: 1.8rem;
  list-style: none;
  border-right: 2px dashed #ffa2a2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.globalnav{
  margin-top: 5px;
  border-bottom: 2px dashed rgb(255, 190, 190);
  border-top: 2px dashed rgb(255, 190, 190);
}

.cut img{
  width: 200px;
  height: 200px;
  box-shadow: 1px 1px 10px;
  border-radius: 10%;
}

.cut2 img{
  width: 200px;
  height: 200px;
  box-shadow: 1px 1px 10px;
  border-radius: 10%;
}

.room img{
  width: 200px;
  height: 200px;
  box-shadow: 1px 1px 10px;
  border-radius: 10%;
  margin-left: 30px;
  float: right;
}

.hair img{
  width: 200px;
  height: 200px;
  box-shadow: 1px 1px 10px;
  border-radius: 10%;
  margin-bottom: 60px;
}

.cut{
  padding: 100px 80px 60px 80px;
  display: flex;
  font-size: 2rem;
  border-bottom: 2px dashed #ff4141;
}

.cut2{
  padding: 100px 80px 60px 80px;
  display: flex;
  font-size: 2rem;
  border-bottom: 2px dashed #ff4141;
}

.hair{
  font-size: 2rem;
  display: flex;
  padding: 60px 80px 0px 80px;
  border-bottom: 2px dashed #ff4141;
}

.hair2{
  font-size: 2rem;
  display: flex;
  padding: 60px 80px 0px 80px;
}

.room{
  padding: 60px 80px 80px 80px;
  font-size: 2rem;
}

.room span{
  color: #ff5050;
  text-align: center;
  padding-left: 80px;
  font-size: 2.4rem;
  line-height: 70px;
}

.cut span{
  text-align: center;
  line-height: 70px;
  font-size: 2.4rem;
  color: #ff5050;
  text-align: center;
  padding-left: 60px;
}

.cut2 span{
  color: #ff5050;
  background-image: url(../images/scissors.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 40px;
  line-height: 70px;
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

.hair span{
  color: #ff5050;
  background-image: url(../images/scissors.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 40px;
  line-height: 70px;
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

.hair2 span{
  color: #ff5050;
  background-image: url(../images/scissors.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 40px;
  display: block;
  text-align: center;
  line-height: 70px;
  font-size: 2.4rem;
}

.hair2 img{
  width: 200px;
  height: 200px;
  box-shadow: 1px 1px 10px;
  border-radius: 10%;
  margin-bottom: 60px;
}

dl.info{
  height: 120px;
  padding: 10px 5px;
  border: 2px solid rgb(163, 7, 7);
  margin-top: 20px;
  margin-right: 200px;
  margin-left: 200px;
  font-size: 1.6rem;
  overflow: auto;
}

.information h3{
  margin-top: 50px;
  margin-left: 200px;
  font-size: 2rem;
}

dl.info div{
  display: flex;
  padding: 10px 0;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 5px;
  line-height: 24px;
}

dl.info div dt{
  width: 9em;
}

dl.info div dd{
  width: calc(100% - 9em);
  text-align: justify;
}


footer div{
  display: flex;
  justify-content: space-around;
  width: 1000px;
  font-size: 1.8rem;
  margin: 0 auto;
  border-top: 1px solid black;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 100px;
  padding-top: 30px;
  margin-bottom: 30px;
  }

  footer div p a{
  color: #ffa2a2;
  }

  footer p{
    text-align: center;
    line-height: 50px;
  }

  footer div p a:hover{
  color: rgb(255, 29, 29);
  border-radius: 100%;
  text-shadow: 1px 1px 5px #ffa2a2;
  text-decoration: underline;
  transition: 0.3s;
  }