@charset "UTF-8";

/* フォント  */
body {
  font-family: "Shippori Mincho", serif;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

/*/// 全ページ共通 ///*/

header,
#top,
#indexbox,
#salonbox,
#infobox,
#stylebox,
#recruitbox,
#contactbox,
footer {
  margin: 0 auto;
}

/* ヘッダー */
.header-inner {
  height: 210px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  display: block;
  width: 8%;
  margin-left: 60px;
}

.hamburger-overlay {
  display: none;
}

/* ナビの設定 */
nav ul {
  display: flex;
}

nav ul li {
  font-size: 18px;
  margin: 0 15px;
}

nav ul li:last-child {
  border: none;
}

nav ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 選択されているページの色 */
nav ul .current {
  background-color: #f0f5e9;
}

/* 追加分 */
.header-nav .header-na a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 11px 18px;
}

.header-nav .header-na a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header-nav .header-na a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header-nav .header-na a span.ja {
  position: absolute;
  top: 100%;
  left: 0%;
  font-size: 18px;
  white-space: nowrap;
}

.header-nav .header-na a:hover::after {
  width: 100%;
}

.header-nav .header-na a:hover span.en {
  transform: translate(0%, -150%);
}

.header-nav .header-na a:hover span.ja {
  top: 25%;
}

.footer-nav .footer-na a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 11px 32px;
}

.footer-nav .footer-na a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  /* transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); */
  /* transition:  opacity 0.3s ease; */
  transition: 0.5s;
}

.footer-nav .footer-na a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  /* transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); */
  transition: 0.5s;
}

.footer-nav .footer-na a span.ja {
  position: absolute;
  top: 100%;
  left: 0%;
  font-size: 18px;
  white-space: nowrap;
}

.footer-nav .footer-na a:hover::after {
  width: 100%;
}

.footer-nav .footer-na a:hover span.en {
  transform: translate(0%, -150%);
}

.footer-nav .footer-na a:hover span.ja {
  top: 25%;
}

/* 追加終わり */


/* フッター */
footer {
  background-color: #f0f5e9;
  padding: 15px 0px 50px;
}

footer img {
  width: 6%;
  display: block;
  margin: 50px auto;
}

.footer-nav ul {
  justify-content: center;
}

.footer-nav ul li {
  margin: 0;
}

.icon1 img {
  width: 40px;
  height: auto;
}

.icon2 img {
  width: 130px;
  height: auto;
}

footer small {
  display: block;
  margin-top: 50px;
  text-align: center;
}

/*スクロールリンクの設定*/
.scroll-top {
  position: fixed;
  /*表示位置*/
  right: 20px;
  bottom: 35px;
  z-index: 10000;
  opacity: 0;
  /*はじめは非表示*/
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  -webkit-writing-mode: vertical-rl;
  /*縦書きの設定*/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  /*改行しない*/
}

.scroll-top.scroll-view {
  /*scroll-viewクラスがついたら出現*/
  opacity: 1;
  visibility: visible;
}

.scroll-top a {
  /*aタグの形状*/
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  display: block;
  font-style: italic;
}

.js-scroll a::after {
  /*スクロールリンクの形状*/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: rgb(0, 0, 0);
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: rgb(0, 0, 0);
  transform: skewX(-31deg)
}

.js-pagetop a::after {
  /*スクロールリンクの形状*/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: rgb(0, 0, 0);
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: rgb(0, 0, 0);
  transform: skewX(31deg);
}

/* ////ホーム//// */

/* TOPイメージ */
.slider {
  width: 100%;
}

.slider img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.slick-dots {
  display: none !important;
}

.top1 {
  position: relative;
}

.txt {
  display: flex;
  overflow: hidden;
  margin-left: 80px;
  position: absolute;
  top: 45%;
  transform: rotate(-8deg);
}

.txt p {
  font-family: "Whisper", cursive;
  font-size: 87px;
  font-weight: 400;
  font-style: bold;
  letter-spacing: .06em;
  /* margin: 0; */
  color: rgb(0, 0, 0);
  text-shadow:
    2px 2px 0px rgba(255, 255, 255, 1),
    4px 4px 0px rgba(240, 245, 233, 1);

  /* ここからアニメーション関係 */
  opacity: 0;
  animation: textanimation 1s forwards;
}

/* 1文字目 */
.txt p:nth-child(1) {
  animation-delay: 0.2s
}

/* 2文字目 */
.txt p:nth-child(2) {
  animation-delay: 0.4s
}

/* 3文字目 */
.txt p:nth-child(3) {
  animation-delay: 0.6s
}

/* 4文字目 */
.txt p:nth-child(4) {
  animation-delay: 0.8s
}

/* 5文字目 */
.txt p:nth-child(5) {
  animation-delay: 0.8s
}

/* 6文字目 */
.txt p:nth-child(6) {
  animation-delay: 1s
}

/* 7文字目 */
.txt p:nth-child(7) {
  animation-delay: 1.2s
}

/* 8文字目 */
.txt p:nth-child(8) {
  animation-delay: 1.4s
}

/* 9文字目 */
.txt p:nth-child(9) {
  animation-delay: 1.6s
}

/* 10文字目 */
.txt p:nth-child(10) {
  animation-delay: 1.8s
}

/* 11文字目 */
.txt p:nth-child(11) {
  animation-delay: 2.0s
}

/* 12文字目 */
.txt p:nth-child(12) {
  animation-delay: 2.2s
}

.txt p:nth-child(13) {
  animation-delay: 2.4s
}

.txt p:nth-child(14) {
  animation-delay: 2.6s
}

.txt p:nth-child(15) {
  animation-delay: 2.8s
}

.txt p:nth-child(16) {
  animation-delay: 3s
}

@keyframes textanimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#top .concept {
  padding-top: 80px;
  padding-bottom: 80px;
}

#top h2 {
  text-align: center;
  margin: 0px 0 50px;
}

#top p {
  text-align: center;
}

#top {
  position: relative;
}

/* メインコンテンツ */
#indexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 110px;
}

/* メイン */
main {
  position: relative;
}

#indexbox main h2 {
  margin-bottom: 30px;
  text-align: center;
}

#indexbox main table th {
  padding-top: 35px;
  padding-bottom: 35px;
}

#indexbox main table td {
  padding-top: 35px;
  padding-left: 70px;
  padding-bottom: 35px;
}

.color {
  color: crimson;
  font-weight: bold;
}

td {
  white-space: nowrap;
}

td img {
  vertical-align: 6px;
  width: 20px;
  transform: rotate(45deg);
}


/* 背景のまる */
.index-circle {
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  border: solid 0.8px #dcd3a3;
  position: absolute;
  top: -450px;
  left: -700px;
  z-index: -1;
}

/* サイド */
aside {
  width: 35%;
  position: relative;
  margin-top: 125px;
}

/*////下層ページ共通////*/
/* top画像 */
.imgbox {
  width: 100%;
  height: 450px;
  position: relative;
}

.imgbox img {
  width: 100%;
  height: 450px;
}

/* ////サロン ////*/
#salon .imgbox img {
  object-fit: cover;
}

#salonbox {
  padding: 150px 150px 180px;
}

.salon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  gap: 3rem;
}

.asiya {
  width: 50%;
}

.asiya p {
  font-size: 1.5em;
  margin-bottom: 18px;
}

.asiya img {
  height: auto;
  object-fit: cover;
}

.red {
  color: crimson;
}

.access {
  width: 50%;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store_address {
  line-height: 2em;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  margin-top: 18px;
}

.imgbox h2 {
  font-size: 24px;
  position: absolute;
  bottom: 200px;
  left: 150px;
  color: #fff;
  letter-spacing: 0.1em;
}

#salonbox main h3 {
  font-size: 32px;
  margin-top: 150px;
  margin-bottom: 80px;
  text-align: center;
}

.access button {
  font-size: 1.1em;
  width: 180px;
  height: 55px;
  border: none;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
}

.access button:hover {
  background-color: #f0f5e9;
}

.calender {
  display: flex;
  justify-content: center;
  align-items: center;
}

.calender img {
  width: 45%;
  height: auto;
}

/* ///インフォメーション////*/
#info .imgbox img {
  object-fit: cover;
  object-position: 100% 20%;
}

#infobox {
  display: flex;
  justify-content: space-between;
  padding: 50px 130px 180px;
}

#infobox aside {
  width: 30%;
  padding-top: 30px;
}

#infobox h2 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

#infobox main h3 {
  font-size: 1.6em;
  margin-top: 80px;
  margin-bottom: 30px;
}

.box01 {
  margin-bottom: 80px;
  letter-spacing: 0.15em;
}

.box02 {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.15em;
}

.box01 h4 {
  font-weight: bold;
  padding-bottom: 15px;
}

.box02 h4 {
  font-size: 1.3em;
  margin-top: 80px;
  margin-bottom: 30px;
}

.box01 p,
.box02 p {
  padding-bottom: 5px;
}

.box02 p {
  color: crimson;
}

.box03 p {
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}

.box03 p:nth-of-type(2) {
  font-size: 1.2em;
  font-weight: bold;
}

.box04 {
  width: 32rem;
  color: crimson;
  font-size: 1.4em;
}

.box04 h4 {
  font-size: 1.1em;
  margin-top: 50px;
  margin-bottom: 15px;
}

.box04 img {
  width: 70%;
}

.box04 h4 img,
.box02 h4 img {
  vertical-align: 6px;
  width: 25px;
  transform: rotate(45deg);
}

.banner {
  margin-right: 0;
  margin-bottom: 80px;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.banner img {
  width: 100%;
  height: auto;
}

/*//// スタイル//// */
#stylebox {
  justify-content: space-between;
  padding: 100px 15rem 180px;
}

#stylebox h2 {
  font-size: 1.5em;
  margin-bottom: 5vh;
  text-align: center;
}

.category {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category li {
  margin: 15px;
  font-size: 1.5em;
}

.image {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 5em;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 4vh;
  margin-left: 2rem;
}

.image img {
  width: 25%;
  height: auto;
  object-fit: cover;
}

.category01 p {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 130px;
}

/* ////コンタクト//// */
#contact .imgbox img {
  object-fit: cover;
}

#contactbox {
  display: flex;
  justify-content: space-between;
  padding: 100px 7rem 50px;
  gap: 2.5em;
}

#contactbox aside {
  display: flex;
  justify-content: center;
}

#contact h2 {
  color: black;
  letter-spacing: 0.1em;
  bottom: 165px;
  left: 165px;
}

#contact h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

#contactbox main {
  width: 55%;
}

#contactbox main p:last-of-type {
  margin-bottom: 80px;
}

form div {
  display: flex;
  margin-bottom: 80px;
}

form div label {
  display: block;
  width: 18%;
}

input[type="text"],
input[type="email"] {
  width: 95%;
  height: 35px;
  background-color: #f0f5e9;
  border-width: 0.8px;
}

textarea {
  width: 95%;
  height: 320px;
  overflow: auto;
  background-color: #f0f5e9;
}

input[type="submit"] {
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
}

.tel_number {
  width: 370px;
  height: 305px;
  margin-top: 101px;
  background-color: #c9e5d2;
}

.tel_number p {
  text-align: center;
  margin-bottom: 40px;
}

.tel_number p:first-child {
  font-weight: bold;
  padding-top: 40px;
}

/* 背景のまる */
/* .contact_circle {
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  border: solid 0.8px #dcd3a3;
  position: absolute;
  top: -350px;
  right: -400px;
  z-index: -1;
} */

/*////リクルート//// */
#recruit .imgbox img {
  object-fit: cover;
  object-position: 5% 65%;
}

#recruitbox {
  padding: 100px 180px;
}

#recruit h2 {
  color: black;
  text-align: right;
  top: 65px;
  right: 180px;
}

#recruitbox h3 {
  font-size: 1.8rem;
  padding-bottom: 50px;
}

.copy_write {
  margin-bottom: 100px;
}

.copy_write h4 {
  margin-bottom: 60px;
  font-size: 1.5rem;
}

.copy_write p {
  line-height: 1.5em;
  font-size: 1.2rem;
}

.recruit_section {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.recruit_section img {
  width: 50%;
  height: auto;
}

.recruit_store p {
  margin-left: 7rem;
  font-size: 1.3rem;
  white-space: nowrap;
}

.recruit_store p:first-child {
  margin-bottom: 30px;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 1024px) {

  .header-nav .header-na a {
    padding: 11px 0px;
  }

  h1 {
    margin-left: 35px;
  }

  .sp-br {
    display: inline;
  }

  #salonbox {
    padding: 150px 120px 180px;
  }

  #stylebox {
    padding: 100px 8rem 180px;
  }

  #contactbox {
    padding: 100px 6rem 50px;
  }

  #contactbox aside {
    width: 35%;
  }

  .tel_number {
    width: 100%;
  }

  #recruitbox {
    padding: 100px 120px;
  }

}



@media screen and (max-width: 960px) {

  body {
    max-width: 960px;
    overflow-x: hidden;
  }

  img {
    max-width: 960px;
    height: auto;
  }

  .sp-br {
    display: inline;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }

  .header-inner {
    height: 90px;
  }

  footer img {
    width: 8%;
  }

  h1 {
    width: 8%;
    margin-left: 20px;
  }

  nav ul {
    display: block;
  }

  .top1,
  .imgbox {
    padding-top: 90px;
  }

  .imgbox {
    margin: 0;
  }

  .imgbox img {
    height: 350px;
    margin-bottom: 0;
  }

  /* overlay-styles.css */
  .hamburger-overlay {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .hamburger-overlay__line {
    position: absolute;
    left: 11px;
    width: 26px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }

  .hamburger-overlay__line:nth-of-type(1) {
    top: 14px;
  }

  .hamburger-overlay__line:nth-of-type(2) {
    top: 23px;
  }

  .hamburger-overlay__line:nth-of-type(3) {
    top: 32px;
  }

  .hamburger-overlay.active .hamburger-overlay__line {
    background-color: #fff;
  }

  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }

  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    z-index: 900;
  }

  .nav-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .header-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .header-na {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-overlay__item {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
  }

  .nav-overlay.active .nav-overlay__item {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-overlay.active .nav-overlay__item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .nav-overlay.active .nav-overlay__item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .nav-overlay.active .nav-overlay__item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .nav-overlay.active .nav-overlay__item:nth-child(4) {
    transition-delay: 0.4s;
  }

  .nav-overlay__link {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: color .3s;
  }

  .hamburger-overlay {
    display: block;
  }

  .slider img {
    height: 450px;
  }

  .txt {
    margin-left: 50px;
  }

  .txt p {
    font-size: 40px;
  }

  /* サロン */
  #salonbox {
    padding: 80px 100px;
  }

  .asiya p {
    font-size: 1em;
    margin-bottom: 11px;
  }

  .store_address {
    line-height: 1.2em;
    font-size: 0.9em;
    letter-spacing: 0.15em;
  }

  .imgbox h2 {
    font-size: 21px;
    bottom: 175px;
    left: 100px;
  }

  #salonbox main h3 {
    margin-top: 15px;
    font-size: 21px;
    margin-bottom: 40px;
  }

  .access button {
    font-size: 1em;
    width: 100px;
    height: 35px;
  }

  /* インフォメーション */
  #infobox {
    padding: 80px 80px;
  }

  #infobox main h3 {
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  #infobox aside {
    width: 30%;
    margin-top: 30px;
  }

  .box02 {
    font-size: 1em;
  }

  .box02 h4 {
    font-size: 1.1em;
    margin-top: 70px;
  }

  .box03 p:nth-of-type(2) {
    font-size: 0.9em;
  }

  .box04 {
    width: 18rem;
  }

  .box04 img {
    width: 100%;
  }


  .banner {
    font-size: 0.8em;
  }

  /* スタイル */
  #stylebox {
    padding: 40px 5rem 100px;
    margin-top: 90px;
  }

  #stylebox h2 {
    margin-bottom: 2vh;
  }

  .category li {
    font-size: 1.2em;
  }

  .category01 p {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 50px;
  }

  .image {
    gap: 3rem;
  }

  div.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }

  /* コンタクト */
  #contactbox {
    display: block;
    padding: 50px 5em 80px;
  }

  #contact h2 {
    bottom: 160px;
    left: 95px;
  }

  #contact h3 {
    font-size: 18px;
  }

  #contactbox main {
    width: 100%;
  }

  #contactbox form div {
    margin-bottom: 50px;
  }

  #contactbox aside {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 0px;
    padding-top: 45px;
  }

  form div {
    display: flex;
    margin-bottom: 80px;
  }

  .tel_number {
    width: 360px;
    margin-top: 0px;
  }

  .tel_number p:first-child {
    padding-top: 45px;
  }

  .tel_number p:last-child {
    margin-bottom: 0px;
  }

  /* リクルート */

  #recruitbox {
    padding: 80px;
  }

  #recruit h2 {
    top: 170px;
    right: 130px;
  }

  #recruitbox h3 {
    font-size: 1.5rem;
    padding-bottom: 35px;
  }

  .copy_write {
    margin-bottom: 70px;
  }

  .copy_write h4 {
    margin-bottom: 35px;
    font-size: 1.2rem;
  }

  .copy_write p {
    line-height: 1.5em;
    font-size: 1rem;
  }

  .recruit_section {
    margin-bottom: 70px;
  }

  span {
    display: inline-block;
  }

  .recruit_store p {
    margin-left: 4rem;
    font-size: 1rem;
    white-space: nowrap;
  }

  .recruit_store p:first-child {
    margin-bottom: 25px;
  }

}

@media screen and (max-width:480px) {

  body {
    max-width: 480px;
    overflow-x: hidden;
  }

  img {
    max-width: 480px;
    height: auto;
  }

  .header-inner {
    height: 60px;
    padding: 0px 5px 5px;
  }

  h1 {
    width: 8%;
    margin-left: 20px;
    margin-bottom: 6px;
  }

  .imgbox {
    margin: 0;
    padding-top: 60px;
    height: 270px;
  }

  .imgbox img {
    height: 210px;
    margin-bottom: 0;

  }

  .imgbox h2 {
    font-size: 15px;
    bottom: 105px;
    left: 30px;
  }



  .nav-overlay__link {
    padding: 10px;
    font-size: 21px;
  }

  .hamburger-overlay {
    top: 6px;
  }

  .hamburger-overlay__line {
    height: 1.5px;
  }

  footer {
    padding: 5px 0px 30px;
  }

  footer img {
    margin: 25px auto;
  }

  .footer-nav ul a {
    font-size: 15px;
  }

  .icon1 img {
    width: 33px;
    height: auto;
  }

  .icon2 img {
    width: 90px;
    height: auto;
  }

  footer small {
    margin-top: 30px;
    font-size: 11px;
  }

  .scroll-top a {
    font-size: 0.7rem;
  }

  .index-circle {
    width: 1000px;
    height: 1000px;
  }

  .sp-br {
    display: inline;
  }

  .top1,
  .imgbox {
    padding-top: 60px;
  }

  /* ホーム */

  .slider img {
    height: 250px;
  }

  #top .concept {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .txt {
    margin-left: 20px;
    top: 52%;
  }

  .txt p {
    font-size: 24px;
  }

  .concept {
    padding: 0px 30px;
    line-height: 1.1rem;
  }

  .concept p {
    font-size: 12px;
  }

  #indexbox {
    padding-bottom: 80px;
  }

  #top h2,
  #indexbox main h2 {
    font-size: 18px;
  }

  #indexbox main table th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  #indexbox main table td {
    padding-top: 5px;
    padding-left: 35px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  /* サロン */
  #salonbox {
    padding: 60px 35px;
  }

  .salon1 {
    padding-bottom: 50px;
    gap: 1.5rem;
  }

  .asiya p {
    font-size: 0.8em;
    margin-bottom: 8px;
  }

  .store_address {
    line-height: 5em;
    font-size: 0.15em;
  }

  #salonbox main h3 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .access button {
    font-size: 0.9em;
    height: 25px;
  }

  .calender {
    display: flex;
    display: initial;
  }

  .calender img {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  /* インフォメーション */
  #infobox {
    display: initial;
  }

  #infobox main {
    padding: 30px 40px;
  }

  #infobox main h3 {
    font-size: 1.2em;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  #infobox aside {
    width: 100%;
    padding: 50px;
  }

  .box02 {
    margin-bottom: 80px;
  }

  .box02 p {
    font-size: 0.9em;
  }

  .box02 h4 {
    margin-top: 70px;
  }

  .box03 p {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
  }

  .box04 h4 {
    font-size: 0.7em;
    margin-top: 30px;
  }

  .box04 img {
    width: 90%;
  }

  .banner img {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
  }

  .banner {
    font-size: 1em;
  }

  /* スタイル */
  #stylebox {
    padding: 40px 2.5rem 100px;
    margin-top: 60px;
  }

  #stylebox h2 {
    font-size: 1.3em;
  }

  .category li {
    margin: 5px;
    font-size: 0.8em;
  }

  .image {
    gap: 1rem;
    margin-top: 2.5vh;
    margin-left: 0.5rem;
  }

  .image img {
    width: 29%;
  }

  .category01 p {
    font-size: 1.1em;
    margin-top: 65px;
    text-align: center;
  }

  div.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }

  /* コンタクト */
  #contactbox {
    padding: 40px 2.8rem 80px;
  }

  #contactbox main p:last-of-type {
    margin-bottom: 45px;
  }

  #contact h2 {
    bottom: 75px;
    left: 38px;
  }

  #contact h3 {
    font-size: 15px;
    margin-bottom: 23px;
  }

  #contactbox form div {
    margin-bottom: 40px;
  }

  #contactbox main p {
    font-size: 13px;
    line-height: 1.1rem;
  }

  form div label {
    display: block;
    width: 29%;
    font-size: 13px;
  }

  .tel_number {
    font-size: 13px;
  }

  /* リクルート */
  #recruitbox {
    padding: 50px;
  }

  #recruit h2 {
    top: 108px;
    right: 65px;
  }

  #recruitbox h3 {
    font-size: 1.1rem;
    padding-bottom: 29px;
  }


  .copy_write {
    margin-bottom: 60px;
  }

  .copy_write h4 {
    margin-bottom: 35px;
    font-size: 1rem;
  }

  .copy_write p {
    line-height: 1.3em;
    font-size: 0.8rem;
  }

  .recruit_section {
    margin-bottom: 50px;
  }

  .recruit_section:last-of-type {
    margin-bottom: 30px;
  }

  .recruit_store p {
    margin-left: 1.5rem;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .recruit_store p:first-child {
    margin-bottom: 21px;
  }

  .caption {
    font-size: 11px;
  }

}