@charset "utf-8";

.main {
  padding-top: 150px;
  padding-bottom: 150px;
}

.title {
  height: 300px;
  /* self-nail-menu.css、nail-menu.cssに移動 */
  /* background-image: url(../images/menu/menu-main.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.menu-wrap {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

h1 {
  letter-spacing: 4px;
  font-family: 'Raleway', sans-serif;
}

.leftMenu, .rightMenu, .rightImg, .leftImg {
  flex-basis: 45%;
}

.leftMenu .rightMenu{
  margin-right: auto;
}


.leftImg {
  position: relative;
  width: 600px;
  height: 600px;
  overflow: hidden;
}

.rightImg {
  position: relative;
  margin-top: 100px;
  width: 600px;
  height: 600px;
  overflow: hidden;
}


/* .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  display: flex;
  transition: transform 0.6s ease-out;
}

.slide {
  float: left;
  width: 33.333%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.foot {
  padding-top: 30px;
}

h2 {
  display: inline-block;
  position: relative;
}

hr {
  margin-top: 5px;
  margin-bottom: 25px;
}

ul li {
  margin-top: 10px;
}

.menu_con {
  padding-top: 50px;
}


.add {
  height: 300px;
  width: 100%;
}

@media (max-width: 800px) {
  .main {
    padding-top: 50px;
  }
}
