*{
    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: #222222;
    min-width: 100%;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%;
    margin: -29px;
      padding: 30px;
      text-align: center;
      background-color: #F6E9D8;
}

/* メニュー全体のデザイン */
#gnav {
  color: #fff;
  text-align: center;
  height: 102.333px;
}

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: -354px;
  z-index: 4;
  /* デザイン指定 */
  background-color: #28bfe7;
  width: 173px;
  /* 最初は非表示にする */
  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 35px;
}

#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;
}

.header{
  display: none;
}


h2, h3, h4{
    margin-top: 109px;
    background-color: #643E0D;
    font-size: 30px;
    text-align: left;
    padding-left: 50px;
    color: #fff;
}

.rinenn02{
  width: 1200px;
  height: 1165px;
  background-color: #F6E9D8;
}

.image01{
  /* display: flex; */
    width: 1200px;
    display: flex;
    height: 495px;
}

.img-item{
  align-items: center;
  padding: 196px 0 0 71px;
}

.img-item img{
  object-fit: cover;
}

.salon-messege{
  padding-top: 105px;
}

.font16{
  font-size: 16px;
  text-align: left;
  line-height: 1.8rem;
  margin:77px 30px 20px 88px;
}

.left{
  font-size: 16px;
  line-height: 24px;
  margin: 100px 0px 20px 102px;
  text-align: left;
}

.center{
    margin-top: 50px;
    font-size: 16px;

}

.center-item{
    text-align: center;
    /* line-height: 2rem; */
    /* padding: 0 auto; */
    /* margin-left: 500px; */
    width: 1200px;
    height: 70px;
}

.image01:nth-child(even){
  flex-direction: row-reverse;
  }

.sayaka{
  background-color:#F6E9D8 ;
  height: 1385px;
}

.concept{
  background-color: #F6E9D8;
  height: 340px;
  display: block;
}

.font25, .font{
  font-size: 25px;
}

.font25{
  margin-top: 70px;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  }
  
  .font25:before, .font25:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 55px;
    height: 2px;
    border-top: solid 1px ;
  }
  
  .font25:before {
    left:0;
  }

  .font25:after {
    right: 0;
  }

  .profile{
    display: flex;
  }

  .profile img{
    margin-left: 72px;
  }

  .box26{
    text-align: left;
    justify-content: center;
  }

  .dot{
    list-style: disc;
    margin-left: 108px;
    margin-top: 99px;
    line-height: 44px;
    text-align: left;
  }

  .licecse{
    margin-left: 366px;
    margin-top: 137px;
  }

.box26::before{
    top: -2px;
    left: -18px;

    display: inline-block;

    width: 15px;
    height: 15px;

    content: '';

    border-radius: 100%;
    background-color: #fff;
  }

.dot-b{
  line-height: 21px;
  text-align: left;
  list-style: disc;
  margin-left: 25px;
}

  .rekisi{
    background-color: #F6E9D8;
    height: 400px;
  }
  
  .kuwasiku{
    display: flex;
  }

  .kuwasiku img{
    margin: 53px 154px;
}

  .left01, .left02{
    text-align: left;
    margin-left: -60px;
  }

  .left01{
    margin-top: 140px;
  }

  hr{
    border-top: 20px solid #643E0D;
  }

  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: -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;
  }
  
  .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
  }

  .tomodatituika{
    display: none;
  }

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



@media screen and (max-width: 768px){
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 10px;
    line-height: 1.5;
  }
#gnav {
  display: none;
}

.header{
  display: inline;
  margin: auto;
}

/* ここから下がハンバーガーメニューに関するCSS */
.drawer_hidden {
  display: none;
}
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  margin-right: 10px;
}
.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;
}

h1{
width: 100px;
display: block;
margin: 5px;
}

.nav{
  margin-top: -21px;
}
.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;
}

h2, h3, h4{
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  padding-left: 16px;
} 
.rinenn02{
  width: 100%;
  height: 900px;
  margin-top: 50px;
}
.image01{
   display: block; 
   width: 100%;
   height: 414px;
}
.img-item{
  padding: 0;
  margin: 5px auto;
}
.img-item img{
  width: 80%;
}
.salon-messege{
  padding: 0;
  margin: 30px;
}
.font16{
  font-size: 10px;
  text-align: center;
  /* line-height: 1.8rem; */
  margin: 0;
}
.left{
  margin: 0;
  font-size: 10px;
  /* line-height: 24px; */
  text-align: center;

}
.center{
    font-size: 10px;
    margin: 0;
}
.center-item{
    text-align: center;
    width: 100%;
    height: 28px;
}
.image01:nth-child(even){
  flex-direction: row-reverse;
  }
.sayaka{
  height: 950px;
}
.concept{
  height: 165px;
  display: block;
}
.font25, .font{
  font-size: 16px;
  margin-left: -18px;
}
.font25{
  position: relative;
  display: inline-block;
  }
.font25:before, .font25:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 55px;
    height: 2px;
    border-top: solid 1px ;
  }

.font25:before {
    left:0;
}
.font25:after {
    right: 0;
}
.profile{
    display: block;
}
.profile img{
    margin: 0;
    width: 50%;
    height: 256px;
}
.box26{
    text-align: left;
    justify-content: center;
}
.dot{
    list-style: disc;
    line-height: 20px;
    text-align: left;
    margin-top: 8px;
}
.licecse{
    margin: 17px 5px 5px 19px;
}
.box26::before{
    top: -2px;
    left: -18px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 100%;
}
.dot-b{
  line-height: 20px;
  text-align: left;
  list-style: disc;
  font-size: 9px;
}
.rekisi{
    height: 330px;
}
.kuwasiku{
    display: block;
}
.kuwasiku img{
  margin: 5px auto;
}
.left01, .left02{
  text-align: left;
  margin: 5px auto;
  width: 329px;
}
hr{
}
footer{
  display: block;
  height: 350px;
  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;
  margin-top: -38px;
}

.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;
}

.footer-icon{
  display: none;
}

.tomodatituika{
  display: inline;
}
.copyright{
    text-align: center;
    font-size: 12px;
}
}