@charset "utf-8";
/* CSS Document */
.section-top__image {
  height: 66vw;
  background-image: url("../images/top/top.png");
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-top img {
  width: 64%;
  margin-top: 32%;
  z-index: 888;
}
@media(min-width: 480px) {
  .section-top__image {
    height: 42vw;
    background-size:100%;
  }
.section-top img {
  width: 40%;
  margin-top: 0%;
}
}
/*--about-us--------------*/
.about-us {
  background-image: url("../images/top/frame-top.png");
  background-repeat: no-repeat;
  background-size: 40%;
  padding: 56px 32px 0px;
}
.about-us h2{
  padding: 0px 24px 32px;
}
.about-us h3{
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  padding-bottom: 24px;
}
.about-us p{
  text-align: left;
  font-size: 1.5rem;
  line-height: 3.2rem;
  font-weight: 400;
  padding-bottom: 40px;
}
.pc{
  display: none;
}
/*--ボタン----------------*/
a.btn-flat {
  overflow: hidden;
  padding: 3.0rem 6rem;
  font-size: 1.5rem;
  border-radius: 0;
  background: #fff;
  border: solid #393939 1px;
  text-decoration: none;
  color: #393939;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn-flat:hover{
  opacity: 1;
}
@media(min-width: 480px) {
  a.btn-flat {
    overflow: hidden;
    padding: 3.0rem 12rem;
    border-radius: 0;
    background: #fff;
    border: solid #393939 1px;
    text-decoration: none;
    color: #393939;
    font-size: 20px;
  }
  .about-us {
    background-size: 32%;
    padding: 140px 32px 0px;
  }
  .about-us h2{
    font-size: 4rem;
    letter-spacing: 0.4em;
    margin-bottom: 32px;
  }
  .about-us h3{
    text-align: center;
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .about-us p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 400;
    padding-bottom: 80px;
  }
  .pc{
    display: block;
  }
}
/*--news----------------*/
.news{
  margin-top: -14px;
  background-color: #f2f8f4;
  padding: 72px 32px 40px;
}
.news h2{
  padding: 0px 0px 32px;
}
.news p{
  font-size: 1.5rem;
  padding:16px 0px;
  color: #393939;
}
.news ul li a{
  text-decoration: none;
}

/*========================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin:0 auto;
}
.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
.slick-dots {
  display: none;
}
.slick-dots li {
list-style: none;
}
.slick-dots button {
display: none;
}
@media(min-width: 480px) {
  .news{
  padding:180px 32px 140px;
  }
  .news h2{
    font-size: 4rem;
    letter-spacing: 0.4em;
    margin-bottom: 32px;
  }
  .news p{
    font-size: 1.6rem;
    padding:16px 0px;
  }
}
/*--section-menu--*/
.menu {
  background-image: url("../images/top/menu-bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
  padding: 40px 0px 40px;
}
.menu h2{
  padding: 8px 24px 32px;
}
.menu-item {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.element{
  width: 50%;
  position: relative;
}
.menu p{
  position: absolute;
  color: #000;
  font-size: 2rem;
  top: 40%;
  left: 35%;
  font-weight: bold;
}
.cut p{
  left: 40%;
}
.menu img {
  width: 96%;
  opacity: 0.5;
  object-fit: cover;
}
.nail{
  width: 100%;
  position: relative;
  object-fit: cover;
}
.nail p{
  position: absolute;
  color: #000;
  font-size: 2rem;
  left: 32%;
  font-weight: bold;
}
.nail img{
  width: 96%;
  height: 140px;
}
@media(min-width: 480px) {
  .menu {
  padding: 140px 32px 140px;
  background-position: center;
  }
  .menu h2{
  font-size: 4rem;
  letter-spacing: 0.4em;
  margin-bottom: 32px;
  }
.menu p{
  position: absolute;/*絶対配置:*/
  font-size: 4rem;
  translate: 0% 50%;
}
.menu img {
  padding-bottom: 8px;
}
.nail img{
  width: 98%;
  height: 300px;
}
.nail p{
  position: absolute;/*絶対配置:*/
  font-size: 4rem;
  top: 40%;
  left: 34%;
  }
}
/*--reserve--*/
.reserve{
  background-image: url("../images/top/plant.png");
  background-size:cover; 
  background-repeat: no-repeat;
  background-position: center;
  padding: 72px 0px 56px;
}
.reserve h2 {
  color: #fff;
  padding: 8px 24px 32px;
}
.reserve p{
  color: #fff;
  font-size:1.6rem;
  padding: 0px 24px 24px;
  text-shadow: 1px 1px #353535;
}
/*--ボタン----------------*/
.tel-button{
  padding-top: 24px;
}
a.telbtn-flat {
  overflow: hidden;
  padding: 2.0rem 6rem;
  border-radius: 0;
  background: #fff;
  border: solid #393939 1px;
  text-decoration: none;
}
a.telbtn-flat span {
  position: relative;
}
a.telbtn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
}
a.telbtn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media(min-width: 480px) {
  .reserve {
  padding: 140px 32px 140px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  }
  .reserve h2{
    font-size: 4rem;
    letter-spacing: 0.4em;
    margin-bottom: 32px;
  }
  .reserve p{
  font-size: 2.2rem;
  }
}
/*--access--*/
.access h2 {
  padding: 56px 24px 24px;
}
.access__map {
  height: 320px;
  padding-bottom: 40px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.shopinfo{
  padding: 0px 32px 40px;
}
.address-text{
  text-align: left;
  border-bottom: solid 1px #393939;
  padding-bottom: 8px;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.open,.close,.tel{
  text-align: left;
  border-bottom: solid 1px #393939;
  padding-bottom: 8px;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.open-space{
  margin-left: 4px;
  margin-right: 20px;
}
.close-space{
  margin-right: 12px;
}
.tel a{
  text-decoration: none;
  color: #393939;
}
.tel-space{
  margin-right: 37px;
  text-decoration: none;
  color: #393939;
}
@media(min-width: 480px) {
  .access {
    padding-top: 100px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .access h2 {
    font-size: 4rem;
    letter-spacing: 0.4em;
    margin-bottom: 32px;
  }
  .access__map{
    height: 400px;
    width: 34%;
  }
  .access__map iframe {
    width:480px;
    height: 80%;
  }
  .address{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 40px 0px;
  }
  .shopinfo{
    width: 40%;
    line-height: 3.2rem;
  }
  .shopinfo1 p{
    padding-left: 36px;
  }
  .address-text{
    padding-bottom:16px;
    font-size: 1.6rem;
  }
  .open,.close,.tel{
    padding-bottom:16px;
    font-size: 1.6rem;
    color: #393939;
    text-decoration: none;
  }
  .shop{
    width: 100%;
    padding-top: 40px;
  }
  .rogo{
    width: 100%;
  }
}
.frame img{
  width: 40%;
}
.parking{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.parking p{
  text-align: left;
}
.parking img{
  width: 100%;
}
.parking h3{
  text-align: left;
  font-size: 2.4rem;
  padding-bottom: 24px;
}
@media(min-width: 480px) {
  .parking img{
    width: 480px;
  }
  .parking h3{
    padding-left: 36px;
  }
  .parking h3{
    padding-left: 36px;
  }
}