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

body {
      font-size: 13px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1.875;
      color: #707070;
      background-color: #F6E9D8;
      letter-spacing: 0.1em;
      -webkit-text-size-adjust: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
}

  /* メニュー全体のデザイン */
#gnav {
    background-image: url(../image/Sトップ_01.jpg);
    background-size: cover;
    text-align: center;
    height: 580px;
}

#gnav_list{
    background-color: rgba(86, 80, 66, 0.5);
}
  
.mini{
    margin: 0;
    padding: 0;
    width: 400px;
    color: #fff;
    font-size: 13px;
}
  
h1{
    margin-left: -960px;
    display: inline;
}

  /* メニューを横並びにする */
  #gnav ul {
    display: flex;
    justify-content: right;
    width: 905px;
    margin-left: 313px;
    margin-top: -61px;
  }
  
  /* ２階層目 以降のメニューは縦並びにする */
  #gnav ul ul {
    display: block;
  }
  
  /* liを下層メニューのulや矢印の基点にする */
  #gnav ul li {
    position: relative;
  }
  
  /* ２・３階層目 共通設定 */
  #gnav li.parent ul {
    /* 位置指定 */
    position: absolute;
    left: 0;
    top: 125px;
    left: -350px;
    z-index: 4;
    /* デザイン指定 */
    background-color: #28bfe7;
    width: 165px;
    /* 最初は非表示にする */
    visibility: hidden;
    opacity: 0;
    /* アニメーション */
    transition: all 0.3s;
    font-size: 13px;
  }
  
  /* メニューリンクの設定 */
  #gnav ul li a {
    display: block;
    color: #999;
    padding: 20px 35px;
    transition: all 0.3s; /* アニメーションの動きの速度 */
  }
  
  #gnav ul li li a {
    padding: 10px 31px;
  }
  
  #gnav ul li a:hover {
    color: #fff;
  }
  
  /* hoverしたら表示する */
  #gnav li.parent:hover > ul,
  #gnav li.parent ul li:hover > ul,
  #gnav li.parent:active > ul,
  #gnav li.parent ul li:active > ul {
    visibility: visible;
    opacity: 1;
  }
  
  /* 下層メニューのaタグのデザイン */
  #gnav li.parent ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  }
  
  #gnav li.parent ul li:last-child > a {
    border-bottom: none;
  }
  
  #gnav li.parent ul li a:hover,
  #gnav li.parent ul li a:active {
    background-color: #3577ca;
  }
  
.main-logo img{
    height: 210px;
    margin: 100px auto;
}

.sub-logo img{
  display: none;
}

  .header,
  .top{
    display: none;
  }

main{
    height: 577px;
    width: 100%;
}

.logo4{
    height: 250px;
    margin-top: 160px;
}

.concept{
  display: flex;
  height: 550px; 
    background-color: #F6E9D8;
    flex-wrap: wrap;
}

.concept-img{
  width: 420px;
  margin: auto;
}
    
.about-salon {
  margin-top: 114px;
  }
  
.message {
  font-size: 12px;
    margin-left: -244px;
    width: 570px;
    text-align: left;
    margin-top: 180px;
    line-height: 1.9;
    height: 270px;
  }  

.sp-only{
  display: none;
}  
.menu-title{
  height: 400px;
  padding-top: 68px;
  font-size: 25px;
  letter-spacing: 1.12rem;
  font-weight: 700;
  }

  .menu{
    display: flex;
  }

.news-title{
    margin-left: -200px;
}

.news-img{
    display: flex;
}

.news-image{
    margin: 30px;
}

.osirase{
    margin: 90px;
}
.about-salon {
  width: 220px;
  height: 45px;
  font-size: 30px;
  font-weight: 700;
}

/* btn */
.button a {
    border-radius: 3px;
    position: relative;
    display: block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 22px;
}
  
.button a:after {
    content: "";
    position: absolute;
    top: 66%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button a:hover {
  background: #643E0D;
  color: #707070;
}

.button a:hover:after {
  right: 1.4rem;
}

.menu-title{
  background-image: url(../image/グラデーション_02.jpg);
  background-size: cover;
}

.menu{
  justify-content: space-evenly;
}

.menu a{
  background-color: #F6E9D8;
  height: 240px;
  width: 264px;
  color: #707070;
  display: inline-block;
  letter-spacing: 0.3rem;
  margin-top: 10px;
}

.news{
  padding-top: 50px;
  font-size: 25px;
  letter-spacing: 1.12rem;
  font-weight: 700;
  background-color: #F6E9D8;
  height: 595px;
  letter-spacing: 1.12rem;
  text-align: center;
}

.snapwidget-widget{
    margin: 0;
    padding: 0;
}

.snapwidget-widget::-webkit-scrollbar{
  display: none;
}

.map{
  background-color: #643E0D;
  display: flex;
  justify-content: space-between;
  padding: 50px;
}

.contact{
  letter-spacing: 0.5rem;
  color: #fff;
  text-align: left;
}

.google-map{
  margin-left: auto;
}

.info{
  letter-spacing: 0.5rem;
  color: #fff;
}

.slide-wrap {
  background-color: #F6E9D8;
  background-image: url(../image/logo04white.png);
  background-size: cover;
  display: flex;
  margin: 0 auto;
  max-width: 1214px;
  width: 100%;
}

.slide-box {
  height: auto;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

footer{
  display: flex;
  height: 260px;
}

.footer-logo{
  height: 60px;
  align-items: center;
  margin-top: 72px;
  margin-left: 154px;
}

.footer-nav{
  margin-left: 50px;
  margin-top: -20px;
}

.links{
  display: flex;
  margin-top: 36px;
  margin-left: 58px;
}

.footer-nav1{
  display: flex;
  margin-top: 80px;
}

.link{
  margin-left: 58px;
  font-size: 16px;
}

.link-item{
    margin-left: 58px;
    width: 150px;
    height: 25px;
    text-align: left;
}

.link-item-img{
  margin-top: -23px;
  margin-left: 73px;
}

.modal-img{
  margin-left: 69px;
  margin-top: -26px;
}


.footer-menu{
font-size: 10px;
margin-top: 5px;
margin-left: -60px;
}

.f-sub-menu-item:first-child {
  margin-top: -16px;
}

.f-sub-menu-item{
font-size: 10px;
position: relative;
margin-left: 171px;
text-align: left;
}

.f-sub-menu-item:before {
position: absolute;
top: 50%;
left: -10px;
content: "";
display: block;
width: 4px;
height: 1px;
background-color:#707070;
}

.footer-nav2{
  width: 158px;
}

.footer-nav a{
  font-size: 10px;
}

.footer-icon{
  margin-left: 450px;
  margin-top: -62px;
}

.footer-icon a,
.footer-icon img{
  display: block;
  margin: auto;
}

/*1. デオフォルト非表示にする*/
#modal {
display: none;
}

/*2. 内部リンククリックで適用する*/
#modal:target{
width: 100%;
height: 100%;
position: absolute; 
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}

/*3. メッセージBOX（テキスト部）*/
#modal .message-box {
position: relative;
background-color:  gold;
padding: 20px;
height: 80px;
cursor: default;
margin-top: 1312px;
}

/*4. 閉じる領域のためのアンカー*/
#modal .close {
position: relative;
display: block;
}

/*5. 枠外の閉じる領域*/
#modal .close::before {
content: "";
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
cursor: default;
}

/*6. 閉じるボタン*/
#modal .close::after {
content: "x";
color: white;
position: absolute;
right: -1rem;
top: -1rem;
width: 2rem;
height: 2rem;
z-index: 1;
border-radius: 50%;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

.tomodatituika{
  display: none;
}

.copyright{
  text-align: center;
  font-size: 12px;
  background-color: #643E0D;
  color: #fff;
}

/* 通常（PC）ではタイル表示 */
.slide-wrap {
  background-color: #643E0D;
  background-image: url(../image/logo04white.png);
  background-size: cover;
  display: flex;
  margin: 0 auto;
  max-width: 1214px;
  width: 100%;
}

.slide-box {
  height: auto;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.contact{
  letter-spacing: 0.5rem;
  color: #fff;
  text-align: left;
  margin: auto;
}

.info{
  letter-spacing: 0.5rem;
  color: #fff;
  margin-left: 50px;
  margin-top: 20px;
}

footer{
      display: flex;
      height: 260px;
}
    
.footer-logo{
      height: 60px;
      align-items: center;
      margin-top: 72px;
      margin-left: 154px;
}

.footer-nav{
      margin-left: 50px;
      margin-top: -20px;
}
    
.links{
      display: flex;
      margin-top: 36px;
      margin-left: 58px;
}
    
.footer-nav1{
      display: flex;
      margin-top: 80px;
}
    
.link{
      margin-left: 58px;
      font-size: 16px;
}
    
.link-item{
        margin-left: 58px;
        width: 150px;
        height: 25px;
        text-align: left;
}
    
.footer-menu{
    font-size: 10px;
    margin-top: 5px;
    margin-left: -61px;
}
    
.f-sub-menu-item:first-child {
      margin-top: -16px;
}
    
.f-sub-menu-item{
    font-size: 10px;
    position: relative;
    margin-left: 166px;
    text-align: left;
}
    
.f-sub-menu-item:before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background-color:#707070;
}
    
.footer-nav2{
      width: 158px;
}
    
.footer-nav a{
      font-size: 10px;
}
    
.footer-icon{
      margin-left: 450px;
      margin-top: -61px;
}
    
.footer-icon img{
      display: block;
      margin: auto;
}

.tomodatituika{
      display: none;
}
    
    
.modal-01{
      height: 11px;
      margin-top: 80px;
      margin-left: -99px;
}
    
.modal-wrapper {
      z-index: 999;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 40px 10px;
      text-align: center
}
    
.modal-wrapper:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s, visibility .3s;
 }
    
.modal-wrapper:target {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s, visibility .4s;
}
    
.modal-wrapper::after {
      display: inline-block;
      height: 100%;
      margin-left: -.05em;
      vertical-align: middle;
      content: ""
}
    
    .modal-wrapper .modal-window {
      box-sizing: border-box;
      display: inline-block;
      z-index: 20;
      position: relative;
      width: 70%;
      max-width: 600px;
      padding: 30px 30px 15px;
      border-radius: 2px;
      background: #fff;
      box-shadow: 0 0 30px rgba(0, 0, 0, .6);
      vertical-align: middle
    }
    
    .modal-wrapper .modal-window .modal-content {
      max-height: 80vh;
      overflow-y: auto;
      text-align: center;
    }
    
    .modal-overlay {
      z-index: 10;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, .8)
    }
    
    .modal-wrapper .modal-close {
      z-index: 20;
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      color: #95979c !important;
      font-size: 20px;
      font-weight: 700;
      line-height: 35px;
      text-align: center;
      text-decoration: none;
      text-indent: 0
    }
    
    .modal-wrapper .modal-close:hover {
      color: #2b2e38 !important
    }
    
.copyright{
    text-align: center;
    font-size: 12px;
    background-color: #643E0D;
    color: #fff;
}


/* sp */

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

  body{
    width: 100%;
  }
    #gnav{
      display: none;
  }
  
  .header {
    background-color: rgba(86, 80, 66, 0.5);
    display: flex;
    align-items: center;
    position: relative;
  }
  
/* ここから下がハンバーガーメニューに関するCSS */
    .drawer_hidden {
    display: none;
  }
  .drawer_open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
  }
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }
  .drawer_open span:before {
    bottom: 8px;
  }
  .drawer_open span:after {
    top: 8px;
  }
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
  }
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
  }
    .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 100%; 
    z-index: 99;
    background: #333;
    transition: .5s;
    text-align: center;
    padding-top: 20px;
    color: #fff;
  }
  .nav_list {
    list-style: none;
  }
  .nav_item a {
    color: #fff;
    text-decoration: none;
  }
  #drawer_input:checked ~ .nav_content {
    left: 0;
  }

.top{
  display: block;
}

  .sub-logo{
    width: 100%;
          height: 450px;
          background-image: url(../image/Sトップ_01.jpg);
          background-position: 55% 4%;
          background-repeat: no-repeat;
  }
  
  .sub-logo img {
    display: inline;
    width: 70%;
    height: 100px;
    margin-top: 185px;
  }

h1{
  margin: 0;
  width: 160px;
}

.nav_content ul {
    display: block;
    text-align: left;
  }
  .nav_content ul ul {
    display: block;
  }
  .nav_content ul li {
    position: relative;
  }
  .nav_content li.parent ul {
    position: absolute;
    top: 14px;
    left: 100px;
    /* left: -327px; */
    z-index: 4;
    /* デザイン指定 */
    background-color: #28bfe7;
    width: 165px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    font-size: 13px;
  }
  .nav_content ul li a {
    display: block;
    color: #999;
    padding: 20px 35px;
    transition: all 0.3s; 
  }
  .nav_content ul li li a {
    padding: 10px 35px;
  }
  .nav_content ul li a:hover {
    color: #fff;
  }
  .nav_content li.parent:hover > ul,
  .nav_content li.parent ul li:hover > ul,
  .nav_content li.parent:active > ul,
  .nav_content li.parent ul li:active > ul {
    visibility: visible;
    opacity: 1;
  }
  .nav_content li.parent ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  }
  .nav_contentli.parent ul li:last-child > a {
    border-bottom: none;
  }
  .parent ul li a {
    padding: 0;
    font-size: 8px;
    margin: 0;
    padding-top: -130px;
  }
  .nav_content li.parent ul li a:hover,
  .nav_content li.parent ul li a:active {
    background-color: #3577ca;
  }

.concept{
  display: block;
  height: 488px;  
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.concept-img{
  display: none;
}

.about-salon {
  margin: 50px auto;
  flex-direction: column-reverse;
  }

.message {
  color: #643E0D;
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin: 50px auto;
    padding-top: 18px;
    background-image: url(../image/Sトップ_02.jpg);
}

.message span{
  background-color: rgb(246, 233, 216, 0.5);
}

br{
  display: none;}

.sp-only{
  display: block;
}

.menu-title{
    /* transform: rotate(90deg); */
    height: 950px;
    padding: 0;
  }

  .title{
    margin-top: 50px;
    padding: 50px;
    font-size: 25px;
      letter-spacing: 1.12rem;
      font-weight: 700;
      color: #fff;
      /* transform: rotate(-90deg); */

  }

  .menu{
    display: block;
    /* transform: rotate(-90deg); */
  }

.news-img{
    display: block;
}

.news-image{
}

.osirase{
  display: none;
}

/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
    height: auto;
  }
  .slide-box {
    flex: 0 0 40%;
  }
  .slide-box img{
    height: 155px;
    width: auto;
  }  


.map{
  background-color: #643E0D;
  display: block;
}

.google-map{
  padding: 20px 0 20px 0;
}

iframe{
  width: 100%;
  aspect-ratio: 16/9;
}


.info{
}


footer{
  display: block;
  height: 425px;
  text-align: center;
  background-size: contain;
}

.footer-logo{
  width: 70px;
  height: 20px;
  margin: 50px auto 20px;
}
.footer-nav{
  width: 106px;
  margin: auto;
}

.links{
  display: flex;
}

.footer-nav1{
  display: block;
  margin: 0;
  margin-left: -158px;
}

.link{
  font-size: 16px;
}

.link-item{
    width: 150px;
    height: 25px;
    text-align: left;
}

.footer-menu{
font-size: 10px;
text-align: left;
margin-left: 57px;
}

.f-sub-menu-item:first-child {
  margin-top: -16px;
}

.f-sub-menu-item{
font-size: 10px;
position: relative;
margin-left: 43px;
text-align: left;
}

.f-sub-menu-item:before {
position: absolute;
top: 50%;
left: -10px;
content: "";
display: block;
width: 4px;
height: 1px;
background-color:#707070;
}

.footer-nav2{
  width: 158px;
  margin-left: 58px;
}

.footer-nav a{
  font-size: 10px;
}

.line{
  display: none;
}

.tomodatituika{
  display: block;
}

.copyright{
  text-align: center;
  font-size: 12px;
  background-color: #643E0D;
  color: #fff;
}
}