@charset "UTF-8";

/* * {
  outline: 2px red solid;
}  */

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  color: #333;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

img {
  width: 100%;
}

/* top 出てくるheader */
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.head {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.menu-list ul li {
  margin: 0 25px;
  font-size: 14px;
}

.bold img {
  width: 30%;
}


.drawer-line {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  position: absolute;
}
#line1 {
  top: 0;
}
#line2 {
  top: 30px;
}
#line3 {
  top: bottom;
}

#drawer-navigation {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 10;
}
#drawer-navigation .drawer-line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 5px;
  background: #000;
  border-radius: 5px;
  transition: 0.5s;

}
#drawer-navigation #line1 {
  top: 0;
}
#drawer-navigation #line2 {
  top: 12px;
}
#drawer-navigation #line3 {
  bottom: 0;
}

.in {
  transform: translateX(100%);
}
#drawer-navigation .line-1 {
  transform: translateY(12px) rotate(-45deg);
}

#drawer-navigation .line-2 {
  opacity: 0;
}

#drawer-navigation .line-3 {
  transform: translateY(-12px) rotate(45deg);
}
#navigation {
  display: none;
}
/* main 消えるheader */
#main-image {
  position: relative;
}

#main-image img {
  object-fit: cover;
}

#main-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 3%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.main-lists {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

#main-nav a {
  color: #fff;
}

.main-lists ul li {
  color: #fff;
}

.top-logo-white {
  width: 35%;
}
/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 10;
}
.pagetop a {
  display: block;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
filter:alpha(opacity=50);
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
filter:alpha(opacity=50);
}
/* 固定ボタン */
.side-btn {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 20;
}
.side-btn li {
  width: 80px;
  height: 80px;
  font-size: 12px;
  text-align: center;
  padding: 40% 1%;
  border: 1px solid #c3ae7d;
  background-color: #fff;

}
.side-btn li:first-child {
  background-color: #c3ae7d;
}
.side-btn li:first-child a{
  color: #fff;
}

/* main-image center-logo */
.center-logo {
  margin: 0 auto;
  position: absolute;
  top: 36%;
  left: 39%;
  z-index: 10;
}

.center-logo {
  display: flex;
  flex-direction: column;
}

.center-logo img {
  width: 50%;
}

.center-logo p {
  color: #fff;
  font-size: 2.8rem;
  line-height: 2;
}

/* salon care */
#care {
  background-color: #f8e6d1;
  height: 1000px;
  position: relative;
}

.care-text {
  position: absolute;
  width: 30%;
  top: 1%;
  left: 60%;
  z-index: 10;
  text-align: center;

}

.care-text ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-deco {
  font-size: 4rem;
  font-weight: 100%;
  color: #614e35;
  line-height: 1;
}

.title-deco-s {
  font-size: 2.5rem;
  font-weight: 100%;
  color: #614e35;
  line-height: 1;

}




.diagonal {
  width: 3px;
  height: 40px;
  background-color: #c0ab8c;
  transform: rotate(45deg);
}

.care-text p {
  text-align: left;
}



.care-organic1 {
  position: absolute;
  width: 50%;
  top: 10%;
  left: 0;
  z-index: 10;
  text-align: center;

}

.organic1-parts {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 50px;
  position: relative;
}

.organic1-image {
  position: absolute;
  top: -20%;
  left: 20%;
  width: 30%;
  transform: rotate(-20deg);
}

.organic1-text {
  width: 45%;
}

.organic1-text ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.organic1-text ul li {
  margin-right: 20px;
}

.organic1-text p {
  text-align: left;
}

.care-organic2 {
  position: absolute;
  width: 30%;
  top: 30%;
  left: 60%;
  z-index: 10;
  text-align: center;
}

.care-organic2 ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.care-organic2 ul li {
  margin-right: 20px;
}

.care-organic2 p {
  text-align: left;
}

.care-organic3 {
  position: absolute;
  width: 40%;
  top: 80%;
  left: 15%;
  z-index: 10;
  text-align: center;
}

.care-organic3 ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.care-organic3 ul li {
  margin-right: 20px;
}

.care-organic3 p {
  text-align: left;
}

/* menu grid */
#menu-item {
  margin: 300px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.menu-text {
  background: #452802;
  padding: 30px 50px;
  color: #fff;
}

.menu-text h3 {
  text-align: center;
}

.item-text {
  background: #ebb46c;
  padding: 30px 50px;
}

.item-text h3 {
  text-align: center;
}

.menu {
  width: 50%;
}

.item {
  width: 50%;
}
.menu-image {
  overflow: hidden;
}
.item-image {
  overflow: hidden;
}


.menu-b-f {
  width: 100%;
  background: #452802;
  text-align: center;
  padding: 35px 0;

}

.menu-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
}

.menu-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

.menu-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  transition: .3s;
}


.menu-btn:hover::before {
  right: -50px;
  width: 60px;
}

.menu-btn:hover::after {
  right: -50px;
}

.item-b-f {
  width: 100%;
  background: #ebb46c;
  text-align: center;
  padding: 35px 0;
}

.item-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;

}

.item-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

.item-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  transition: .3s;
}


.item-btn:hover::before {
  right: -50px;
  width: 60px;
}

.item-btn:hover::after {
  right: -50px;
}

/* gallery  */
#gallery {
  background-image: url(../img/白い背景1.jpeg);
  background-size: cover;
  margin: 0 auto;
}

.gallery-text {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 40%;
}

.gallery-text ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-photo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 15%;
  gap: 20px;
}

/* hover gallery*/

.hover-gallery {
  position: relative;
  width: 20%;
  height: auto;
  overflow: hidden;
}

.hover-gallery .hover-image {
  margin: 0;
  padding: 0;
}

.hover-gallery .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(231, 165, 98, 0.299);
  /*透明にして表示させない*/
  opacity: 0;
  /*ホバーの動き方*/
  transition: .5s;
  transform: rotateX(0deg);
}

.hover-gallery .hover-text .gtext {
  font-size: 20px;
  margin: o auto;
  text-align: center;
  padding: 60px 50px;

}


/*ホバーエフェクト*/
.hover-gallery:hover .hover-text {
  /*不透明にして表示*/
  opacity: 1;
  /*padding-topで上からスライド*/
  padding-top: 10px;
  transform: rotateX(360deg);
}

/* 矢印 白*/

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 3em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

/* 矢印　黒 */
.dli-arrow-right2 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 5em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right2::before {
  content: '';
  width: 0.45em;
  height: 0.45em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

/* gallery button */

.btn2 {
  display: inline-block;
  background: #ebb46c;
  width: 300px;
  padding: 10px 30px 10px 20px;
  text-align: center;
  color: #FFF;
  margin: 5px;
  border: 1px solid;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.btn2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #452802;
  transition: .3s;
}

.btn2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #452802;
  border-bottom: 2px solid #452802;
  transform: rotate(-135deg);
  transition: .3s;
}

.btn2:hover {
  background-color: #452802;
}

.btn2:hover::before {
  right: -50px;
  width: 60px;
}

.btn2:hover::after {
  right: -50px;
}

#gallery {
  position: relative;
}

.btn2 {
  position: absolute;
  top: 85%;
  left: 40%;
  z-index: 10;
}

.gallery-photo {
  padding-bottom: 50px;
}



/* shop-photo */

#shop {
  background-image: url(../img/shop-photo.jpeg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;

}

.shop-logo {

  background-color: rgba(248, 231, 211, 0.591);
  position: absolute;
  top: 0;
  left: 60%;
  width: 20%;
}

.shop-logo ul {
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.shop-text {
  background-color: rgba(245, 241, 237, 0.796);
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 250px;
  text-align: center;
}

.shop-text h2 {
  font-size: 3rem;
  color: #784707;
  margin: 50px auto;

}

.shop-text p {
  font-size: 1.5rem;
  color: #452802;
  margin: 0 20%;
  text-align: left;
}

/* news */
#news {
  margin: 50px 50px 50px 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.news-photos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 10px;
}

.news-photo1 .photo1-text1 {
  color: #bb7e2d;
  margin-bottom: 10px;
}

.news-photo1 p {
  font-size: 15px;
}

.news-photo1 {
  width: 28%;
}


.news-text {
  width: 50%;
  margin-right: 40px;
}

.news-text p {
  font-size: 15px;
}

.news-text .text1 {
  color: #bb7e2d;
  margin-bottom: 30px;
}

.news-text .text1 h3 {
  font-size: 30px;
}

.news-text .text1 p {
  font-size: 15px;
}

.news-text .more {
  margin-top: 20px;
  margin-left: 15px;
  transition: 0.3s;
}

.news-text .more:hover {
  letter-spacing: 0.2em;
}

.news-image {
  overflow: hidden;
}

.news-image img {
  width: 100%;
  transition: 0.5s all;
}

.news-image img:hover {
  transform: scale(2);
  transition: 0.5s all;

}

/* insta */
#insta {
  margin: 50px 50px 50px 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.inst-photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.inst-photo {
  width: 19%;
  height: auto;
}

.inst-photos {
  width: 70%;
  height: auto;
}

.inst-photos .inst-photo {
  margin: 0;
  padding: 0;
}

.inst-text {
  margin-left: 40px;
  width: 20%;
}

.inst-photo:hover {
  filter: sepia(50%);
}

.inst-text .text1 h3 {
  font-size: 30px;
}

.inst-text .text1 {
  color: #bb7e2d;
  margin-bottom: 30px;
}

.inst-text .more {
  margin-top: 20px;
  margin-left: 15px;
  transition: 0.3s;
}

.inst-text .more:hover {
  letter-spacing: 0.2em;
}

.inst-text p {
  font-size: 15px;
}

/* foot-list */
#icon-list {
  background: #f0e3cf;
  padding: 1% 10%;
  margin: 20px auto 0;
}

#icon-list nav ul {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  text-align: center;

}

#icon-list nav ul li .icon::before {
  content: "";
  display: block;
  margin: 5% auto;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;

}

#icon-list nav ul li .top-icon::before {
  background-image: url(../img/PCディスプレイのアイコン素材\ 2.png);
}

#icon-list nav ul li .menu-icon::before {
  background-image: url(../img/アンケート用紙のアイコン素材.png);
}

#icon-list nav ul li .color-icon::before {
  background-image: url(../img/くしアイコン3.png);
}

#icon-list nav ul li .treatment-icon::before {
  background-image: url(../img/はみがきのアイコン素材.png);
}

#icon-list nav ul li .style-icon::before {
  background-image: url(../img/手鏡アイコン2.png);
}

#icon-list nav ul li .salon-icon::before {
  background-image: url(../img/お店っぽい建物アイコン.png);
}

#icon-list nav ul li .news-icon::before {
  background-image: url(../img/メモアイコン.png);
}

#icon-list nav ul li .contact-icon::before {
  background-image: url(../img/メールの無料アイコンその8.png);
}

#icon-list nav ul li .web-icon::before {
  background-image: url(../img/カレンダーのフリーアイコン5.png);
}

#icon-list nav ul li .top-icon {
  display: inline-block;
  transition: 0.2s;
  transform: translateY(0);
}


#icon-list nav ul li .top-icon:hover {
  transform: translateY(-5px);

}

/* footer */
footer {
  background-color: #452802;
  margin: 0 auto;
}

#address {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;

}

footer img {
  width: 15%;

}





@media screen and (max-width:769px) {

  .main-lists {
    display: none;
  }

  .shop-tel {
    display: none;
  }

  /* care position initial */
  #care {
    position: static;
    height: auto;
  }

  .care-text {
    position: static;
    width: 100%;
    padding: 5%;

  }

  .care-text p {
    font-size: 13px;
  }

  .title-deco {
    font-size: 3rem;
  }

  .diagonal {
    width: 2px;
    height: 30px;
    background-color: #c0ab8c;
    transform: rotate(45deg);
  }

  .care-text h3 {
    font-size: 18px;
  }

  .care-organic1 {
    position: static;
    width: 100%;
    padding: 5%;
  }

  .organic1-parts {
    position: static;
    justify-content: center;
  }

  .organic1-text {
    width: 100%;
  }

  .organic1-text h3 {
    font-size: 18px;
  }

  .organic1-text p {
    font-size: 13px;
  }

  .organic1-image {
    display: none;
  }

  .care-organic2 {
    position: static;
    width: 100%;
    padding: 5%;
  }

  .care-organic2 h3 {
    font-size: 18px;
  }

  .care-organic2 p {
    font-size: 13px;
  }

  .care-organic3 {
    position: static;
    width: 100%;
    padding: 5%;
  }

  .care-organic3 h3 {
    font-size: 18px;
  }

  .care-organic3 p {
    font-size: 13px;
  }

  #main-image .center-logo p {
    display: none;
  }
  
  /* menu-item */
  #menu-item {
    flex-direction: column;
    margin: 0 auto;
  }

  .menu {
    width: 100%;
  }

  .item {
    width: 100%;
  }

  .menu-text h3 {
    font-size: 18px;
  }

  .menu-text p {
    font-size: 13px;
  }

  .item-text h3 {
    font-size: 18px;
  }

  .item-text p {
    font-size: 13px;
  }

  .menu-text {
    padding: 5%;
  }

  .item-text {
    padding: 5%;
  }

  /* news */
  #news {
    display: block;
    margin: 0 auto;
  }

  .news-text {
    width: 100%;
    text-align: center;
  }

  .news-photo1 {
    width: 45%;
  }

  .news-photos {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .news-photo1 p {
    font-size: 12px;
  }

  .photo1-text2 {
    display: none;
  }

  .news-photos {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }

  /* gallery */
  .gallery-photo {
    margin: 0 10%;
  }
  .gallery-text {
    width: 85%;
    padding: 5%;
  }

  .gallery-text p {
    font-size: 13px;
  }
  .hover-gallery {
    width: 45%;
  }
  .btn2 {
    position: initial;
  }
  .btn2::after{
    top: 95%;
    right: 30px;
  }
  .btn2::before {
    top: 95%;
    right: 30px;
  }

  /* shop */
  #shop {
    background-image: none;
    margin: 0 auto;
    height: auto;
  }

  .shop-logo {
    position: initial;
    background-color: rgba(248, 231, 211, 0);
    width: 100%;
    text-align: center;
  }

  .shop-text h2 {
    font-size: 18px;
    margin: 0 auto;
  }

  .shop-text {
    position: initial;
    background-color: rgba(245, 241, 237, 0);
    width: 100%;
    height: 180px;


  }

  .shop-text p {
    font-size: 13px;
    margin: 0 5%;
    margin-top: 10px;
  }

  /* news */
  #news {
    margin: 5%;
  }

  .news-text h3 {
    font-size: 18px;
  }

  .news-text p {
    font-size: 13px;
  }

  /* inst */

  #insta {
    margin:5%;
    flex-direction: column-reverse;
  }

  .inst-photos {
    margin-top: 10px;
    width: 100%;
  }

  .inst-photos .inst-photo {
    width: 40%;
    margin: 0 auto;
  }

  .inst-text {
    width: 100%;
    text-align: center;
  }

  .inst-text {
    margin: 0;
  }

  .inst-text h3 {
    font-size: 18px;
  }

  .inst-text p {
    font-size: 13px;
  }
/* icon */
  #icon-list {
    display: none;
  }
/* footer */
  #address ul li{
    font-size: 13px;
  
  }
  
  footer img {
    width: 30%;
  
  }
  .menu-list {
    display: none;
  }
  /* ハンバーガーメニュー */
  #drawer-navigation {
    display: block;
  }

  #navigation {
    display: block;
    flex-direction: column;
  }

  #navigation {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background-color: #fff;
    z-index: 10;
    transition: 0.5s;
  }
  
  #navigation  ul {
    padding-top: 90px;
  }
  
  #navigation ul li {
    list-style: none;
    font-size: 24px;
    padding-left: 30px;
  }
  
  #navigation ul li a{
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
    padding: 10px;
  }

}