@charset "UTF-8";
* ul, dl, div, body, h4, p, section, nav, header, main, article, dd, li, footer, li,
ol {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

img {
  width: 100%;
}

title {
  display: none;
}

header .toggle_btn {
  display: none;
}
header .tel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
header .tel img {
  padding: 0px 13px;
  width: 50px;
}
header .tel .tel-no {
  font-weight: bold;
}
header .tel .button {
  padding: 0px 20px;
  width: 220px;
}
header .tel .button a {
  background: #2f2e2e;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  color: #f4efef;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
header .tel .button a:hover {
  background: white;
  color: #0f0f0f;
}
header .tel .button a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
header .tel .button a:hover:after {
  border-color: #111010;
}
header .header-logo {
  display: flex;
}
header .header-logo img {
  margin-top: -90px;
  width: 200px;
}
header .site-menu {
  padding-top: 10px;
  margin-left: auto;
}
header .site-menu ul {
  display: flex;
}
header .site-menu li {
  margin: 20px;
}
header .btn--orange,
header a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
header .btn--orange:hover,
header a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
header .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
header .tel0 {
  display: none;
}

.sp-show {
  display: none;
}

/*TOPスライドショー*/
#slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.t-m {
  display: none;
}
.t-m img {
  height: auto;
  width: 500px;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*ご挨拶*/
.greenting {
  text-align: center;
  padding-top: 100px;
}
.greenting p {
  font-size: 11px;
}
.greenting p.gr {
  font-size: 30px;
  font-weight: bold;
}

.ka {
  display: flex;
  padding-top: 30px;
  justify-content: center;
}
.ka img {
  width: 500px;
}
.ka .one {
  padding-left: 30px;
}
.ka .one p.title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
.ka .one p.me {
  line-height: 1.8em;
}

/*MENU*/
.menu0 .menu1 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.menu0 .menu1 p {
  font-size: 25px;
  padding: 30px 10px;
}
.menu0 p.content {
  font-size: 30px;
  font-weight: bold;
}
.menu0 p.na {
  font-size: 15px;
}
.menu0 .menu2 {
  display: none;
}

.menu00 {
  display: flex;
  margin: auto;
  justify-content: center;
  text-align: center;
  padding-bottom: 30px;
}
.menu00 .mm {
  border-right: 1px solid rgb(45, 44, 44);
  border-left: 1px solid rgb(45, 44, 44);
  padding: 0px 40px;
  display: block;
  margin: 30px auto;
}
.menu00 .mm .name {
  font-size: 25px;
  font-weight: bold;
}
.menu00 .mm .plice {
  font-size: 25px;
  font-weight: bold;
}

.btn .plice0 {
  color: red;
  font-size: 20px;
  text-align: center;
  padding-bottom: 30px;
}

a.btn_08 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin: auto;
  width: 300px;
}

a.btn_08::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #1d1d1d 20%, #212222 40%, #2f2e2f 51%, #3a3939 80%);
  border-radius: 7em;
  box-sizing: border-box;
}

a.btn_08::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #3d3c3c;
  border-radius: 7em;
  box-sizing: border-box;
  transform: translate(0, -10px);
}

a.btn_08 span {
  position: relative;
  display: block;
  padding: 1rem 5rem;
  transform: translate(0, -10px);
  overflow: hidden;
  z-index: 1;
}

a.btn_08 span::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
}

a.btn_08::after, a.btn_08 span {
  transition-property: transform;
  transition-duration: 0.3s;
}

a.btn_08:hover::after, a.btn_08:hover span {
  transform: translate(0, 0);
}

a.btn_08:hover span::before {
  animation: shine 1s ease-in-out 1;
}

@keyframes shine {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
  10% {
    transform: scale(1) rotate(45deg);
    opacity: 0.5;
  }
  20% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*施術の流れ*/
.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 100px;
}

.item {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 350px;
}
.item p {
  font-size: 20px;
  padding-top: 15px;
}
.item p.no {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.items1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-left: 200px;
}
.items1 p {
  font-size: 20px;
  padding-top: 15px;
}
.items1 .item1 {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 330px;
}
.items1 .item1 p.no {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  top: -35px;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample1-1::before {
  left: 0px;
  width: 20px;
  height: 4px;
  background: rgb(15, 16, 15);
}

.sample1-1::after {
  left: 3px;
  width: 15px;
  height: 15px;
  border-top: 3px solid rgb(12, 12, 12);
  border-right: 3px solid rgb(23, 24, 22);
  transform: rotate(45deg);
}

/*情報*/
.map {
  display: flex;
  margin: 50px;
}
.map .infomation {
  margin: 0px auto;
}
.map .infomation p.name {
  font-size: 40px;
}
.map .infomation p.ad {
  padding: 10px 0px;
  font-size: 15px;
}
.map .infomation p.tel {
  font-size: 15px;
}
.map .aa {
  display: flex;
  padding: 20px 0px;
}
.map .aa .button004 {
  padding-right: 20px;
}
.map .aa .button004 img {
  padding-right: 10px;
  width: 20px;
}
.map .aa .button004 a {
  font-size: 10px;
  background: #eee;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.map .aa .button004 a:hover {
  background: #313131;
  color: #FFF;
}

.footer-menu {
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-menu p {
  font-size: 40px;
}
.footer-menu img {
  padding: 0px 50px;
  width: 70px;
}
.footer-menu .menu {
  padding-left: 40px;
}
.footer-menu .menu ul {
  display: flex;
}
.footer-menu .menu li {
  margin: 10px;
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}

nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

.footer-cp p.copy {
  text-align: center;
}

/*メディアクエリ600以下*/
@media (max-width: 600px) {
  main {
    padding: 0px 15px;
  }
  header {
    padding-top: 100px;
  }
  header .header-logo img {
    width: 100px;
  }
  header .tel0 {
    display: block;
  }
  header .toggle_btn {
    display: block;
  }
  header .tel {
    display: none;
  }
  header .site-menu {
    display: none;
  }
  header .tel-icon {
    margin: -50px 300px;
  }
  header .tel-icon img {
    width: 50px;
  }
  header .tel0 {
    margin-left: auto;
    margin-top: -50px;
    margin-right: 70px;
    display: block;
  }
  header .tel0 img {
    width: 50px;
  }
  .sp-show {
    display: block;
  }
  .ka {
    display: block;
    text-align: center;
  }
  .ka img {
    max-width: 100%;
  }
  .ka .one {
    padding: 10px 0px;
  }
  .ka .one p.title {
    font-size: 15px;
  }
  .ka .one p.me {
    font-size: 10px;
  }
  #slider {
    display: none;
  }
  .t-m {
    display: block;
  }
  .t-m img {
    max-width: 100%;
  }
  .greenting {
    padding-top: 50px;
  }
  /*menu*/
  .menu0 {
    padding-left: 20px;
  }
  .menu0 .menu1 {
    display: none;
  }
  .menu0 .menu2 {
    border-bottom: 1px solid;
    display: block;
    display: flex;
    padding-bottom: 25px;
  }
  .menu0 .menu2 p {
    font-size: 10px;
    padding-top: 20px;
    line-height: 2.3;
  }
  .menu0 .menu2 p.na {
    text-align: center;
    padding: 38px 4px 0px;
  }
  .menu00 {
    display: block;
  }
  .menu00 .mm {
    border-bottom: 1px solid;
    border-right: 0px;
    border-left: 0px;
  }
  .menu00 .mm .pr {
    padding-bottom: 40px;
  }
  .menu00 .mm .name {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .btn {
    margin: -20px;
  }
  /*施術の流れ*/
  .item {
    padding: 0px;
  }
  .item img {
    width: 300px;
  }
  .items .arrow {
    display: none;
  }
  .items1 {
    padding: 10px;
    margin-left: 0px;
  }
  /*MAP*/
  .map {
    display: block;
    margin: 0px;
  }
  .map iframe {
    max-width: 100%;
  }
  .map .infomation p.name {
    font-size: 30px;
  }
  .footer-menu {
    display: block;
    padding-top: 50px;
    margin: 0px;
    text-align: center;
  }
  .footer-menu p {
    font-size: 30px;
  }
  .footer-menu .menu {
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 0px;
  }
  .footer-menu .menu li {
    font-size: 10px;
    margin: 5px;
  }
  .footer-menu .menu ul {
    padding: 20px 0px;
  }
}
/*=========================================
#hamburger
=========================================*/
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 150;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: transform 0.3s;
}

.hamburger.is-active span {
  background-color: black;
}

.hamburger span:nth-child(1) {
  top: 30%;
}

.hamburger span:nth-child(2) {
  top: 60%;
}

.hamburger span:nth-child(3) {
  top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  width: 50%;
  height: 100vh;
  background-color: #ffffff;
  transition: opacity 0.3s, visibility 0.3s;
}

.drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.drawer__link {
  color: #0f0f0f;
}

/*タブレットサイズ600~1100*/
@media (min-width: 600px) and (max-width: 1100px) {
  header {
    padding-top: 100px;
  }
  header .header-logo img {
    width: 100px;
  }
  header .tel0 {
    display: block;
  }
  header .toggle_btn {
    display: block;
  }
  header .tel {
    display: none;
  }
  header .site-menu {
    display: none;
  }
  header .tel-icon {
    margin: -50px 300px;
  }
  header .tel-icon img {
    width: 50px;
  }
  header .tel0 {
    margin-top: -50px;
    margin-right: 70px;
    margin-left: auto;
    display: block;
  }
  header .tel0 img {
    padding-top: 40px;
    width: 50px;
  }
  .ka {
    display: block;
    text-align: center;
  }
  .ka img {
    width: 550px;
  }
  .ka .one {
    padding: 10px 0px;
  }
  .ka .one p.title {
    font-size: 30px;
  }
  .ka .one p.me {
    font-size: 15px;
  }
  .sp-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
  .sp-none {
    display: none;
  }
  /*menu*/
  .menu0 .menu1 {
    display: none;
  }
  .menu0 .menu2 {
    border-bottom: 1px solid;
    display: block;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
  }
  .menu0 .menu2 p {
    padding-top: 20px;
    line-height: 2.3;
  }
  .menu0 .menu2 p.na {
    text-align: center;
    padding: 38px 19px 0px;
  }
  .menu00 {
    display: block;
  }
  .menu00 .mm {
    border-bottom: 1px solid;
    border-right: 0px;
    border-left: 0px;
  }
  .menu00 .mm .pr {
    padding-bottom: 40px;
  }
  /*施術の流れ*/
  .item {
    width: 470px;
  }
  .items .arrow {
    display: none;
  }
  .items1 {
    margin-left: 0px;
  }
  .items1 .item1 {
    width: 470px;
  }
  /**/
  .map {
    display: block;
  }
  .map iframe {
    width: 100%;
  }
  .map .aa .button004 a {
    margin-bottom: 20px;
    height: 30px;
    width: 180px;
  }
  .map .aa .button004 p {
    font-size: 20px;
  }
  /*footer*/
  .footer-menu {
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0px;
    padding-top: 50px;
  }
  .footer-menu .menu {
    padding: 20px 0px;
    justify-content: center;
  }
  .footer-menu .menu li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

main h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */