@charset "utf=8";

#index, #menu, #access, #contact, #staff, #gallery, #clover, #clipper {
  font-family: 'Shippori Mincho', serif;
}

.font01 {
  font-size: large;
  font-family: 'Kaisei Opti', serif;
}

#index .index01 .index01-nailsalon {
  color: #ffffff;
}

.sn {
  clear: both;
}

#index header {
  width: 100%;
  height: auto;
  position: relative;
}

#index .font00, .font01, .font11, .sn-text {
  color: #564d47d6;
}

#index .top-text {
  color: #1b1816d6;
}

#index .index02 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.top-img {
  position: relative;
}

.fade2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global-nav {
  position: absolute;
  top: 10px;
  right: 5%;
}

.Toggle {
  position: absolute;
  top: 10px;
  right: 5%;
}

.fade1 {
  animation: fadeIn 3s linear 0s 1 normal;
}



  @keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  70% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

.fade2 {
    animation: fadeIn 3s ease 0s 1 normal;
}

  @keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

.global-nav {
  animation: fadeIn 1s ease 0s 1 normal;
}

.Toggle {
  animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

body {
  margin: 0;
  padding: 0;
  background-color: #f4ece0d3; /*ハンバーガーメニュー実使用の方が効いてるかも*/
  color: #48423bd6;
  /* body内の文字の大きさと行間 */
  font-size: 15px;
  line-height: 2;
  /*  */
}

.global-nav {
  float: right;
  margin-top: 60px;
}

.global-nav li {
  float: left;
  margin: 0 10px;
  font-size: 20px;
  list-style: none;
}

#index .font00 {
  text-align: center;
  font-size: 14px;
  color: #6f6d6a;
}


.kokoko {
  width: 1920px;
  height: 1080px;
}

/* ハンバーガーメニュー */

img{width:100%;}
 
/*ロゴの大きさを調整*/
#logo img {
  max-width: 50%;
}
 
nav{
 position: relative;
 background: #fbfffa;
}

/*ナビゲーション部分*/
 
/* ↓20241001ホームのPC用ナビを下に変更↓ */
#index .pc-under-nav {
  width: auto;
  margin: auto;
  padding: 5px 20px;
  text-align: center;
  background-color: #5e4e3aa4;
}

#index .pc-under-nav .nav-category {
  width: auto;
  margin: auto;
  padding: 10px 0;
}

#index .pc-under-nav .nav-category li {
  float: left;
  text-decoration: none;
  list-style: none;
  text-align: center;
  padding: 0 50px;
  letter-spacing: 2;
}

#index .pc-under-nav .nav-category a {
  text-decoration: none;
  color: #fff;
}

#index .pc-under-nav .nav-category a:hover {
  font-weight: bolder;
  text-decoration: underline;
  letter-spacing: 3;
}

/* ↑20241001ホームのPC用ナビを下に変更↑ */

/* ↓トップ、下層ページのナビ↓ */
.global-nav li a {
  width: 120px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  text-decoration: none;
  color: #5f5f2bd6;
}

.global-nav li a:hover {
  text-decoration: underline 1px;
  font-weight: bold;
}
/* ↑トップ、下層ページのナビ↑ */

/*OPEN時の動き*/
.global-nav .open {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);/*メニューを元の位置へ戻す*/
 
}

/*---ここからPCモニターの記述---*/
@media screen and (min-width: 700px) {
 
/*ロゴの大きさを調整*/
#logo img{
  max-width: 250px;
}	

.top-img {
  width: 100%;
  height: 100%;
}

.fade1 img {
  min-width : 100%;
  height: auto;
}

/* ↓08月23日更新ＰＣ用にロゴを小さく↓ */
.fade2 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}
/* ↑0823更新↑ */

#index .nav-top-name img {
  width: 600px;
  position: absolute;
  z-index: 999;
  top: 5%;
  left: 5%;
}

nav{
  display: flex;
}

.Toggle{
 display: none;
}

.menu{
width: 100%;
font-size:0.9em;
background-color: transparent;
margin:0 10px;
}

.global-nav {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

/* ↑ハンバーガーメニュー↑ */

/* ↓メインエリア【2024/3/27改変】↓ */
#index .top-area {
  background-color: #3e3105;
  width: auto;
  margin: auto;
  padding: 50px;
}

#index .top-area .head-nailsalon {
  color: #fffccc;
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 2;
}

#index .top-area h1 {
  color: #ffffff;
  text-shadow: #d7fffe 1px 0 14px;
  font-weight: bolder;
  margin-top: 0;
  letter-spacing: 2;
}

#index .top-area h1 strong {
  color: #ffffff;
  letter-spacing: 4;
}

#index .top-area .head-menu {
  color: #ffa8d0f9;
  text-shadow: #ff18fb 1px 0 4px;
  font-size: 17px;
  letter-spacing: 2;
}

#index .news-area {
  background-color: #ffffff;
  width: auto;
  margin: auto;
  padding: 20px 150px;
}

#index .news-area .mini-title {
  font-weight: bold;
  font-size: 25px;
}

#index .job-offer-area {
  background-color: #fff;
  width: 800px;
  margin: 100px auto;
  padding: 50px;
  font-size: large;
  text-align: center;
}

/* ↓トップページ2025年10月価格変更↓ */
#index .job-offer-area details summary {
  font-size: 1rem;   
  letter-spacing: 0.1em;
  background-color: #604e4e;
  color: #ffffff;
  width: fit-content;
  margin: 20px auto 20px auto;
  padding: 5px 30px;
  border-radius: 5px;
  cursor: pointer;
}

#index .job-offer-area details img {
  width: 550px;
}
@media screen and (max-width: 700px) {
  #index .job-offer-area details summary {
    font-size: 0.7rem;  
    padding: 5px 25px;
  }

  #index .job-offer-area details img {
    width: 90%;
  }
}  
/* ↑トップページ2025年10月価格変更↑ */


/* ↓2025夏のみ↓ */
#index .job-offer-area .font-color-tomato {
  color: tomato;
}
#index .job-offer-area .font-color-blue {
  color: blue;
  background-color: #ffff00;
  border-radius: 5px;
  padding: 1px 3px;
}
#index .job-offer-area .font-color-skyblue {
  color: skyblue;
}
#index .job-offer-area .font-color-yellowgreen {
  color: yellowgreen;
}
#index .job-offer-area .font-color-violet {
  color: violet;
}
#index .job-offer-area .icon-i {
  margin: 20px;
  width: 100px;
}
#index .job-offer-area .summer {
  margin-bottom: 10px;
  width: 100%;
}
/* ↑2025夏のみ↑ */

#index .job-offer-area img {
  width: 200px;
  margin: auto;
}

#index .job-offer-area .mini-title a {
  text-decoration: none;
  background-color: #00b9b3;
  padding: 8px 18px;
  border-radius: 5px;
  color: #fff;
}

#index .job-offer-area .mini-title a:hover {
  font-weight: bold;
  color: #00b9b3;
  background-color: #fff;
  border: 1px solid #00b9b3;
}

#index .commit-area {
  background-color: #fff;
  width: 800px;
  margin: 100px auto;
  padding: 50px;
}

#index .commit-area .mini-title {
  font-weight: bold;
}

#index .commit-area .pop01 {
  background-color: #fff;
  width: 400px;
  margin: auto;
}

#index .commit-area .commit-text {
  margin-bottom: 100px;
}

#index .clipper-area {
  text-align: center;
  border: solid 3px #c2c0b6;
  border-radius: 10px;
  width: 400px;
  margin: 100px auto;
  padding: 10px;
  background-color: #f4f2e8;
  cursor: pointer;
  font-size: large;
}

#index .clipper-area details summary {
  font-weight: bold;
}

#index .clipper-area details a {
  font-size: 24px;
}


/*---ここからスマホの記述---*/

@media screen and (max-width: 700px) {
  #index .top-area {
    background-color: #3e3105;
    width: auto;
    padding: 20px;
  }
    
  #index .top-area .head-nailsalon {
    color: #fffccc;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 1;
  }

  #index .top-area h1 {
    color: #ffffff;
    font-weight: bolder;
    margin-top: 0;
    letter-spacing: 0;
  }

  #index .top-area h1 strong {
    color: #ffffff;
    letter-spacing: 1;
  }

  #index .top-area .head-menu {
    color: #ff8dc2f9;
    font-size: 12px;
    letter-spacing: 0;
  }

  #index .news-area {
    background-color: #fff;
    width: auto;
    margin: auto;
    padding: 10px 15px;
    line-height: 1.8;
  }

  #index .news-area .mini-title {
    font-weight: bold;
    font-size: 17px;
  }

  #index .news-area .top-text {
    font-size: 13px;
    padding: 0 10px;
  }

  #index .job-offer-area {
    background-color: #fff;
    width: auto;
    margin: 100px 30px;
    padding: 20px;
  }

  #index .job-offer-area .mini-title {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    text-align: center;
  }

  #index .job-offer-area .mini-title a {
    text-decoration: none;
    background-color: #00b9b3;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
  }

  #index .job-offer-area .mini-title a:hover {
    font-weight: bold;
    font-size: 17px;
  }

  #index .job-offer-area .top-text {
    font-size: 12px;
  }
  
  #index .job-offer-area .top-text-left {
    font-size: 12px;
    text-align: left;
  }

  #index .job-offer-area .news-enne {
    font-size: 0.9rem;
  }
  
  #index .commit-area {
    background-color: #fff;
    width: auto;
    margin: 100px auto;
    padding: 50px;
  }

  #index .commit-area .commit-text {
    margin-bottom: 70px;
    line-height: 1.8;
    font-size: 13px;
  }

  #index .commit-area .pop01 {
    width: 80%;
    height: auto;
    border-radius: 2%;
  }

  #index .clipper-area {
    text-align: center;
    border: solid 3px #c2c0b6;
    border-radius: 10px;
    width: auto;
    margin: 100px auto;
    padding: 10px 2px;
    background-color: #f4f2e8;
    font-size: medium;
  }

  #index .clipper-area details summary {
    font-weight: bold;
  }

  #index .clipper-area details .clipper-text {
    font-size: small;
  }
  
  #index .clipper-area details a {
    font-size: large;
  }
  
  

/* ↓超重要書き換え注意↓ */
.fade1 {
  overflow: hidden;
  width: auto;
  height: 100%;
  position: relative;

}

.fade1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
/* ↑超重要書き換え注意↑ */

.index01 {
  background-color: #877c6ea4;
  border-radius: 5px;
  width: auto;
  margin: 0 1px 0 50px;
  padding: 40px 15px 40px 15px;
  display: block;
  float: left;
}

.index02 {
  background-color: #ffffff;
  border-radius: 5px;
  width: auto;
  margin: 50px 50px 50px 50px;
  padding: 30px 10px 30px 10px;
  display: block;
  float: right;
}

.content01 {
  width: auto;
  height: auto;
  clear: both;
}

#index h1 {
  font-size: 24px;
}

#index hr {
}

.hr1 {
  border-top: 2px solid #fffafa;
  margin-bottom: 50px;
}

.btn01, .btn02 {
  clear: both;
  text-align: center;
  background-color: #e9ffebb2;
  border-radius: 50%;
  color: #555a07d6;
  font-size: 15px;
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto 50px auto;
  background-position: center;
  border: 5px double #c9bba7c9;
}

.btn01 p, .btn02 p {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}

#index .a-btn a {
  text-decoration: none;
}

/* ↓画像７枚中央寄せ↓ */
#wrap img {
  text-align: center;
  margin: 0 auto;
}
/* ↑画像７枚中央寄せ↑ */
}

/* ↑スマホ↑ */


/* ↓ハンバーガーメニュー実使用↓ */
    /* ↓スマホハンバーガーボタン固定↓ */
    @media screen and (max-width: 600px) {
      header #overlay-button {
        position: fixed;
      }
    }
    /* ↑スマホハンバーガーボタン固定↑ */

#index body {
  background: rgba(247, 215, 220, 0.291);
  margin: 0;
  font-family: arial;
  width: 100vw;
  height: 100vh;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

#overlay-button {
  position: absolute;
  right: 2em;
  top: 3em;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}

#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #48423bd6;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}

#overlay-button span:before {
  top: -10px;
  visibility: visible;
}

#overlay-button span:after {
  top: 10px;
}

#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #48423bd6;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #48423bd6;
}

input[type=checkbox] {
  display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #c9123cce;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}

#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
  padding: 1em;
}
#overlay ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5em;
}
#overlay ul li a:hover {
  color: #000!important;
}

/* ↑ハンバーガーメニュー実使用↑ */

/* ↓ＰＣ or スマホで非表示↓ */
@media screen and (max-width: 700px) {
  #index #index-pc, #menu #index-pc, #access #index-pc, #contact #index-pc, #sn-kari #index-pc, #staff #index-pc, #gallery #index-pc, #clover #index-pc, #clipper #index-pc {
    display: none;
  }
}


@media screen and (min-width: 700px) {
  #index #index-sp, #menu #index-sp, #access #index-sp, #contact #index-sp, #sn-kari #index-sp, #staff #index-sp, #gallery #index-sp, #clover #index-sp, #clipper #index-sp {
    display: none;
  }
}
/* ↑ＰＣ or スマホで非表示↑ */

/* ↓snsボタン↓ */
.hr-block {
  width: 100%;
  border: 0;
}

/* ↓スマホ、オールスタッフ写真、ボタンエリア↓ */
@media screen and (max-width: 700px) {
  #wrap .allstaff-img-area {
    width: 100%;
    margin: 10px auto 100px auto;
  }

  #wrap .icon-sns {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  #wrap .icon-sns .icon-i {
    width: 15%;
    padding: 5px;
    }
}
/* ↑スマホ↑ */

/* ↓PC、オールスタッフ写真、ボタンエリア↓ */
@media screen and (min-width: 700px) {
  #wrap .allstaff-img-area {
   width: 800px;
   margin: 50px auto 150px auto;
 }

  .snsbtn img {
    width: 100px;
  }

  .sns-li {
    float: left;
    list-style: none;
    padding-left: 20px;
  }

  .snsbtn {
    text-align: center;
    width: auto;
    margin-top: 70px;
  }

  .btn-iti {
    text-align: center;
  }

  .btn-iti p {
    margin: 30px 0;
    padding: 0;
  }

  .btn-iti a {
    margin: 0;
    padding: 0;
  }
  
  #wrap .icon-sns {
    text-align: center!important;
    margin: auto!important;
    width: 370px!important;
    height: 150px!important;
    padding: 100px;
  }

  #wrap .icon-sns .icon-i {
    width: 100px;
    padding: 10px;
  }
}
/* ↑PC↑ */

/* ↓予約サイト,MANAボタン↓ */
.cs-btn a {
  background-color: #df3369;
  color: #fff;
  font-size: 20px;
  width: 185px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #df3369;
  text-decoration: none;
}

.cs-btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #df3369;
}

.mana-btn a {
  background-color: #f89ae1;
  color: #fff;
  font-size: 20px;
  width: 185px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #f89ae1;
  text-decoration: none;
}

.mana-btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ec30bd;
}

.clover-btn a {
  background-color: #246f19;
  color: #fff;
  font-size: 20px;
  width: 185px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #246f19;
  text-decoration: none;
}

.clover-btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #246f19;
}

.informel-btn a {
  background-color: #248bbb;
  color: #fff;
  font-size: 20px;
  width: 185px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #248bbb;
  text-decoration: none;
}

.informel-btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #248bbb;
}

@media screen and (min-width: 700px) {
  .btn-iti .sn-text {
    font-size: 20px;
  }

}

@media screen and (max-width: 700px) {
  .btn-iti {
    text-align: center;
  }

  .btn-iti .sn-text {
    padding: 0 10px;
  }
}

.btn-iti {
  font-family: 'Kiwi Maru', serif;
}

/* ↑予約サイト,MANAボタン↑ */



/* ↓メニューページ↓ */


@media screen and (min-width: 700px) {
  #menu header {
    width: 100%;
    height: 150px;
  }

  #menu .content {
    width: 90%;
    margin-left: 100px;
    margin-right: 100px;
  }
 
  #menu #shinynail-menu {
    margin-top: 50px;
  }

  #menu table {
    width: auto;
    margin: auto;
    text-align: center;
  }

  #menu .baseprice {
    letter-spacing: 12px;
    font-weight: bold;
    margin: 50px auto 30px auto;
  }

  #menu #shinynail-menu th {
    width: 400px;
    background-color: #e0d6c5;
    padding: 15px 5px 15px 10px;
    border: 1px solid #fffafa3f;
    text-align: left;
  }

  #menu #shinynail-menu td {
    width: 300px;
    padding: 15px 5px 15px 10px;
    border: 1px solid #fffafa3f;
    background-color: #ffffff;
    text-align: left;
  }

  #menu .order1 {
    padding-left: 150px;
  }
  
  #menu .order2 {
    padding-left: 150px;
  }

  #menu .spbr {
    display: none;
  }

  #menu .menu-parts-clipper {
    margin: 20px auto 100px auto;
    width: 750px;
    text-align: left;
  }

  #menu .clipper-area {
    font-size: 1.4rem;
  }
  
}

@media screen and (max-width: 700px) {
  #menu header {
    width: 100%;
    height: 50px;
  }

  #menu #shinynail-menu {
    margin-top: 0;
  }

  #menu table {
    width: auto;
    margin: auto;
    text-align: center;
  }

  #menu .baseprice {
    letter-spacing: 12px;
    font-weight: bold;
    margin: 50px auto 30px auto;
  }
    
  #menu h2 {
    margin: 0;
    padding: 0;
  }
    
  #menu #shinynail-menu th {
    width: 60%;
    background-color: #e0d6c5;
    padding: 15px 5px 15px 10px;
    border: 1px solid #fffafa3f;
    text-align: left;
    font-size: small;
  }

  #menu #shinynail-menu td {
    width: 40%;
    padding: 15px 5px 15px 10px;
    border: 1px solid #fffafa3f;
    background-color: #ffffff;
    text-align: left;
    font-size: small;
  }
  
  #menu .hosi02 {
    text-align: left;
    margin: 0 5px 20px 5px;
  }

  #menu .aroma {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  #menu .menu-parts-clipper {
    margin: 0 0 80px 0;
    padding: 10px;
    text-align: left;
    font-size: small;
  }

  #menu .clipper-area .clipper-text {
    font-size: 1.2rem;
  }
  
}  

#menu .content {
  width: auto;
  text-align: center;
}

#menu #shinynail-menu {
  padding-bottom: 30px;
}

#menu #shinynail-menu .table01, #menu #shinynail-menu .table02, #menu #shinynail-menu .table04 {
  margin-bottom: 80px;
}

#menu #shinynail-menu .table03 {
  margin-bottom: 0px;
}

#menu .menu-parts {
  margin: 0 0 80px 0;
}

#menu h4 {
  text-align: center;
}

#menu .order1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#menu .order2 {
  margin-top: 0;
  padding-top: 0;
}

#menu .mana .photograph-list li {
  float: left;
  list-style: none;
  margin: 0 10px 15px 5px;
}

#menu .mana .photograph-list li:nth-child(4n){
  margin-right: 0;
}

#menu .mana-hp {
  margin-top: 50px;
}

#menu .h3-sns {
  font-size: medium;
  margin: 15px 0 15px 0;
}

#menu .hosi01 {
  font-family:  'Kaisei Opti', serif;
}

#menu .home {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#menu .menu-text {
  color: #33291c;
  border: 4px double #b4a793;
  background-color: #ffffffd4;
  font-family: 'kokoro', serif;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin: 30px 0 30px 0;
}

#menu .menu-text a {
  color: #192e5e;
}

#menu .menu-text a:hover {
  color: #94b5fb;
  border: 2px solid #e0eaff;
  text-decoration: none;
  border-radius: 5px;
  padding: 3px 10px 8px 10px;
  background-color: #fafffb;
}


/* ↑メニューページ↑ */

/* ↓アクセスページ↓ */
@media screen and (min-width: 700px) {
  #access header {
    width: 100%;
    height: 150px;
  }
  #access .content {
    width: 90%;
    margin-left: 100px;
    margin-right: 100px;
  }
    
  #access .access iframe {
    width: 550px;
    height: 400px;
    float: right;
  }
  #access .access-text {
    padding: 10px;
    margin: 30px 0 30px 0;
  } 

  #access .map img {
    width: 50%;
  }

}

@media screen and (max-width: 700px) {
  #access header {
    width: 100%;
    height: 50px;
  }

  #access .content {
    margin-left: 5px;
    margin-right: 5px;
  }

  #access .access iframe {
    width: 100%;
    margin: 50px 0 50px 0;
    padding: 5px;
  }

  #access .access th {
    font-size: small;
  }
  
  #access .map img {
    width: 90%;
  }

}

#access .access table {
  float: left;
}

#access .access th,#contact .access td {
  text-align: left;
  vertical-align: top;
  line-height: 2.5;
}

#access .access .adress {
  line-height: 1.7;
}

#access .access td {
  padding-right: 0px;
}


#access .home {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#access .access-text {
  color: #33291c;
  border: 4px double #b4a793;
  background-color: #ffffffd4;
  font-family: 'kokoro', serif;
  padding: 10px;
  margin: 30px 0 30px 0;
  text-align: center;
  background-color: #ffffffd4;
}

#access .icon {
  text-align: center;
}

/* ↑アクセスページ↑ */

/* ↓コンタクトページ↓ */
@media screen and (min-width: 700px) {
  #contact header {
    width: 100%;
    height: 150px;
  }
  #contact .content {
    width: 90%;
    margin-left: 100px;
    margin-right: 100px;
  }

  #contact .content table {
  margin: 50px auto;
  width: auto;
  }

  #contact .content table th {
    padding-right: 100px;
  }

  #contact .content table td {
    font-size: large;
  }
    
}

@media screen and (max-width: 700px) {
  #contact header {
    width: 100%;
    height: 50px;
  }

  #contact .content {
    margin-left: 5px;
    margin-right: 5px;
  }

  #contact .content table {
    margin: 50px 0 50px 0;
  }

  #contact .content th {
    font-size: small;
  }

}

#contact .content th,#contact .content td {
  text-align: left;
  vertical-align: top;
  line-height: 2.5;
}

#contact .content td {
  padding-left: 10px;
}


#contact .home {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#contact .icon {
  text-align: center;
}

#contact .contact-text {
  color: #33291c;
  border: 4px double #b4a793;
  background-color: #ffffffd4;
  font-family: 'kokoro', serif;
  font-size: large;
  text-align: center;
  padding: 10px 10px 30px 10px;
  margin: 30px 0 30px 0;
}

#contact .tel-none {
  font-size: small;
}

#contact .contact-text a {
  color: #ffffff;
  border: 2px solid #df3369;
  background-color: #df3369;
  border-radius: 5px;
  padding: 5px 15px;
  text-decoration: none;
}

#contact .contact-text a:hover {
  color: #df3369;
  border: 2px solid #df3369;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}

/* ↑コンタクトページ↑ */



/* ↓スタッフページ↓ */

@media screen and (min-width: 700px) {
  #staff header {
    width: 100%;
    height: 150px;
  }

  #staff .content {
    width: 90%;
    margin-left: 100px;
    margin-right: 100px;
  }

  #staff #staff-info img {
    width: 250px;
  }
 
}

@media screen and (max-width: 700px) {
  #staff header {
    width: 100%;
    height: 50px;
  }

  #staff #staff-info img {
    width: 150px;
  }
 
  #staff .staff-person .staff-text {
    margin: 15px 40px 15px 40px;
    text-align: left;
  }

} 

#staff .staff-text1 {
  color: #33291c;
  border: 4px double #b4a793;
  background-color: #ffffffd4;
  font-family: 'kokoro', serif;
  text-align: center;
  padding: 10px;
  margin: 30px 0 30px 0;
}

#staff .content {
  width: auto;
  text-align: center;
}

#staff .staff-person {
  margin-top: 100px;
  margin-bottom: 100px;
}

#staff .staff-person a {
  color: #45ada1;
  font-weight: bold;
}

#staff .staff-person a:hover {
  color: #1a8b7e;
  border: 2px solid #45ada1;
  background-color: #ffffffd5;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
}

#staff #staff-info .staff-name {
  padding-top: 10px;
  font-size: large;
}

#staff #staff-info .staff-record {
  font-size: small;
  font-weight: bold;
}

#staff h4 {
  text-align: center;
}

#staff .hr-block {
  margin-top: 50px;
}


#staff .home {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#staff .skill-nail {
  color: #223d87;
}

#staff .skill-relax {
  color: #872254;
}

/* ↑スタッフページ↑ */


/* ↓ギャラリーページ↓ */

@media screen and (min-width: 700px) {
  #gallery header {
    width: 100%;
    height: 150px;
  }

  #gallery .content {
    width: 90%;
    margin-left: 100px;
    margin-right: 100px;
  }

  #gallery #gallery-info img {
    width: 250px;
  }
 
}

@media screen and (max-width: 700px) {
  #gallery header {
    width: 100%;
    height: 50px;
  }

  #gallery #gallery-info img {
    width: 150px;
  }
 
  #gallery .gallery-info .gallery-text {
    margin: 15px 40px 15px 40px;
    text-align: left;
  }

} 


#gallery .gallery-text {
  color: #33291c;
  border: 4px double #b4a793;
  background-color: #ffffffd4;
  font-family: 'kokoro', serif;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin: 30px 0 30px 0;
}

#gallery .gallery-text a {
  color: #192e5e;
}

#gallery .gallery-text a:hover {
  color: #94b5fb;
  border: 2px solid #e0eaff;
  text-decoration: none;
  border-radius: 5px;
  padding: 3px 10px 8px 10px;
  background-color: #fafffb;
}

#gallery .content {
  width: auto;
  text-align: center;
}

#gallery .hr-block {
  margin-top: 80px;
}

#gallery .home {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#gallery h2 {
  font-size: 18px;
  color: #d67acdb9;
}

#gallery .foot-gallery {
  margin: 35px 0 15px 0;
}

#gallery .salon-gallery {
  margin: 35px 0 15px 0;
}
/* ↑ギャラリーページ↑ */

/* ↓clipperクローバーへのリンクページ↓ */

@media screen and (min-width: 700px) {
  #clipper .only-sp {
    display: none;
  }

  #clipper .content img {
    width: 400px;
    margin: auto;
  }

  #clipper footer .footer-logo-clover {
    margin: auto;
    padding: 0;
    width: 150px;
  }

  #clipper footer .address {
    font-size: 1rem;
    letter-spacing: 0.2rem;
}
  
}

@media screen and (max-width: 700px) {
  #clipper .only-pc {
    display: none;
  }

  #clipper .content img {
    width: 200px;
    margin: auto;
  }

  #clipper footer .footer-logo-clover {
    margin: auto;
    padding: 0;
    width: 100px;
  }
    
  #clipper footer .address {
    font-size: 0.8rem;
}

}

#clipper {
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#clipper header {
  width: 100%;
  height: 10%;
}

#clipper {
  background-color: #fff;
}

#clipper .content {
  width: auto;
  margin: auto;
  height: 60%;
  text-align: center;
  position: relative;
}

#clipper .content .box {
  margin: auto;
  vertical-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: fit-content;
}

#clipper .content .message {
  font-size: 1.5rem;
}

#clipper .content .btn a {
  font-size: 1.2rem;
  background-color: #136000;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 15px;
  text-decoration: none;
}

#clipper .content .btn a:hover {
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #136000;
  border-radius: 20px;
  border: 2px solid #136000;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
}

#clipper footer {
  height: 30%;
  display: block;
}

/* ↑clipperクローバーへのリンクページ↑ */

/* ↓クローバーページ↓ */

#clover {
  background-color: #f4ece0d3;
}

#clover .global-nav li a {
  text-decoration: 1px underline;
  color: #ffffff;
}

#clover .global-nav li a:hover {
  text-decoration: none;
  color:  #797979;
}

#clover .top-area {
  background-color: #1a3b11;
  color: #ffffff;
}

#clover .top-area .subheading {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 7px;
  background-color: #ffffff;
  color: #33291c;
}

#clover .header-area {
  margin: 15px 5px;
}

#clover .header-area img {
  width: auto;
  height: 70px;
  margin: 0 30px auto 0;
  padding: 0;
  float: left;
}

#clover .header-area .address {
  font-size: 0.7rem;
  padding-right: 20px;
  width: auto;
  height: 70px;
  vertical-align: bottom; 
  display: table-cell;
  line-height: 1.4rem;
}

#clover .header-area .address span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

#clover .header-area .open {
  font-size: 0.9rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #c9c9c9;
  padding-right: 20px;
  width: auto;
  height: 70px;
  vertical-align: bottom; 
  display: table-cell;
  line-height: 1.4rem;
}

#clover .header-area .open span {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#clover .header-area .tel {
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: 0.1rem;
  width: auto;
  height: 70px;
  vertical-align: bottom; 
  display: table-cell;
}

#clover .header-area .tel .red {
  color: #ffc400;
}

#clover .header-area .tel a {
  text-decoration: none;
  color: #ffffff;
}

#clover .header-area .tel a:hover{
  color: #797979;
}

#clover .main {
  width: 850px;
  margin: auto;
}

#clover h2 {
  padding-top: 50px;
  text-decoration: underline solid #635b56d6;
}

#clover .presentation-area {
  font-size: 1.8rem;
  margin-top: 5rem;
  text-align: center;
}

#clover .presentation-area .threecase {
  color: #1a3b11;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

#clover .presentation-area img {
  width: 650px;
}

#clover .link-navi-area {
  background-color: #1a3b11;
  width: auto;
  text-align: center;
  color: #ffffff;
}

#clover .link-navi-area ul {
  list-style: none;
  margin: auto;
  text-align: center;
  padding-left: 10px; /*liの・でずれた分*/
}

#clover .link-navi-area li {
  text-align: center;
  padding: 5px;
}

#clover .link-navi-area li a {
  color: #ffffff;
  text-decoration: none;
}

#clover .link-navi-area li a:hover {
  color: #c4c4c4;
  font-weight: bold;
}

#clover .precedent-area {
  text-align: center;
  margin: 50px auto;
}

#clover .precedent-area p {
  font-weight: bold;
  font-size: 1.3rem;
}

#clover .precedent-area .kakko {
  font-size: 1rem;
  letter-spacing: 3px;
  color: #2f2f2f;
  padding: 20px;
}

#clover .precedent-area .welcome {
  color: #2f2f2f;
  letter-spacing: 3px;
}

#clover .precedent-area section {
  text-align: left;
  width: 550px;
  margin: auto;
}

#clover .precedent-area section .comment{
  border: solid 1px #6f6767;
  border-radius: 5px;
  padding: 20px 30px;
  font-size: 0.8rem;
  background-color: #ffffff35;
}

#clover .price-area {
  text-align: center;
  margin: 50px auto;
  width: 600px;
}

#clover .price-area img {
  width: 600px;
}

#clover .price-area .attention {
  width: 600px;
  margin: auto;
}

#clover .price-area .attention p {
  text-align: left;
}

#clover .price-area .attention .emphasis {
  text-align: center;
  font-size: 1.2rem;
  color: #2f2f2f;
}

#clover .example-area {
  text-align: center;
  margin: 50px auto;
  width: 600px;
}

#clover .example-area img {
  width: 600px;
}

#clover .about-sentence-area {
  text-align: center;
  margin: 50px auto;
  width: 800px;
  background-color: #1a3b11;
  color: #ffffffed;
  border: double 5px ;
  border-radius: 15px;
}

#clover .about-sentence-area p {
  text-align: left;
  padding: 5px 100px 50px 100px;
  font-family: 'Kaisei Opti', serif;
  letter-spacing: 2px;
}

#clover .tos-area {
  text-align: center;
  margin: 50px auto;
  width: 600px;
}

#clover .tos-area .note-alltext {
  text-align: left;
}

#clover .tos-area .info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 800px;
  height: 20em;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.961);
  overflow-y: scroll
}

#clover .tos-area .info dd {
  box-sizing: border-box;
  width: 100%;
  padding: 1.5em;
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #3f4034;
  line-height: 1.4;
}

#clover .others-area {
  text-align: center;
  margin: 50px auto 150px auto;
  width: 600px;
}

#clover .others-area a {
text-decoration: none;
background-color: #ed6c22;
color: #fff;
padding: 10px 50px;
margin: 50px auto 20px auto;
width: 250px;
display: block;
font-size: 1.2rem;
font-family: 'Zen Kaku Gothic New', sans-serif;
border-radius: 15px;
letter-spacing: 0.1em;
}

#clover .others-area details summary {
  font-size: 1rem;   
  letter-spacing: 0.1em;
  background-color: #bc2279;
  color: #ffffff;
  width: fit-content;
  margin: 80px auto 20px auto;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
}

#clover .others-area details summary img {
  width: 600px;
  margin: 50px auto;
}

#clover footer {
  background-color: #1a3b11;
}

@media (max-width:600px) {
  /* ↓ハンバーガーメニュー色変更↓ */
  #clover #overlay-button span {
    background-color: #ffaa00;
  }
  #clover #overlay-button span:before, #clover #overlay-button span:after {
    background-color: #ffaa00;
  }
  #clover #overlay-button:hover span, #clover #overlay-button:hover span:before, #clover #overlay-button:hover span:after {
    background: #ffaa00;
  }
  /* ↑ハンバーガーメニュー色変更↑ */

  #clover .global-nav li a {
  }
  
  #clover .global-nav li a:hover {
  }
  
  #clover .top-area {
  }
  
  #clover .top-area .subheading {
    font-size: 1rem;
  }
  
  #clover .header-area {
    width: 100%;
    margin: 5px;
  }
  
  #clover .header-area img {
    width: 50%;
    height: auto;
    float: none;
  }
  
  #clover .header-area .address {
    display: block;
    width: auto;
    height: auto;
    margin: 5px 1px;
    letter-spacing: 1px;
  }
  
  #clover .header-area .address span {
    font-size: 1rem;
  }
  
  #clover .header-area .open {
    display: none;
    width: auto;
    height: auto;
  }
  
  #clover .header-area .open span {
  }
  
  #clover .header-area .tel {
    display: none;
    width: auto;
    height: auto;
  }
  
  #clover .header-area .tel .red {
  }
  
  #clover .header-area .tel a {
  }
  
  #clover .header-area .tel a:hover{
  }
  
  #clover .main {
    width: auto;
    margin: auto;
  }
  
  #clover h2 {
  }
  
  #clover .presentation-area {
    font-size: 1rem;
    margin: auto;
  }

  #clover .presentation-area p {
    margin-top: 20px;
  }
  
  #clover .presentation-area .threecase {
    font-size: 1rem;
  }
  
  #clover .presentation-area img {
    width: 100%;
  }
  
  #clover .link-navi-area {
  }
  
  #clover .link-navi-area ul {
  }
  
  #clover .link-navi-area li {
  }
  
  #clover .link-navi-area li a {
  }
  
  #clover .link-navi-area li a:hover {
  }
  
  #clover .precedent-area {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #clover .precedent-area p {
    font-size: 1.1rem;
  }
  
  #clover .precedent-area .kakko {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  
  #clover .precedent-area .welcome {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  
  #clover .precedent-area section {
    width: auto;
  }
  
  #clover .precedent-area section .comment{
    padding: 10px 20px;
  }
  
  #clover .price-area {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #clover .price-area img {
    width: 100%;
  }
  
  #clover .price-area .attention {
    width: auto;
    margin: 10px;
  }
  
  #clover .price-area .attention p {
    font-size: 0.7rem;
    line-height: 1.5em;
  }
  
  #clover .price-area .attention .emphasis {
    font-size: 1rem;
  }
  
  #clover .example-area {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #clover .example-area img {
    width: 100%;
  }
  
  #clover .about-sentence-area {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  #clover .about-sentence-area h2 {
    margin: 0 auto;
    padding: 0 auto;
  }
  
  #clover .about-sentence-area p {
    line-height: 1.3rem;
    padding: 5px 15px 20px 15px;
    font-size: 0.8rem;
  }
  
  #clover .tos-area {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #clover .tos-area .note-alltext {
  }
  
  #clover .tos-area .info {
  }
  
  #clover .tos-area .info dd {
  }
  
  #clover .others-area {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #clover .others-area a {
    width: 200px;
    margin-bottom: 20px;
    text-decoration: underline;
  }

  #clover .others-area .comment {
    font-size: 0.9rem;
  }
  
  #clover .others-area details summary {
    margin-top: 150px;
  }
  
  #clover .others-area details summary img {
    width: 100%;
  }
  
  #clover footer {
  }

  #clover footer img {
    width: 150px;
  }

  #clover footer a {
    text-decoration: underline 1px #fff;
  }
}

/* ↑クローバーページ↑ */

/* ===↓爪切りページのみTOPへスクロールボタン↓=== */
html {
  scroll-behavior: smooth;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ffaa00;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.pagetop:hover {
  transform: translate(0, -25%);
}

.pagetop:active {
  transform: translate(0, -25%);
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}
/* ===↑爪切りページのみTOPへスクロールボタン↑=== */

/* ↓BCCバナー↓ */
@media (min-width:600px) {
  .bcc-banner {
    text-align: center;
  }

  .bcc-banner img {
    width: 600px;
  }

  .bcc-banner .banner-bcc-text {
    line-height: 15px;
    letter-spacing: 1.7;
    border: 1px solid #352e32;
    width: 350px;
    margin: 40px auto 70px auto;
    background-color: #fffafa;
  }
}

@media (max-width:600px) {
  .bcc-banner {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
  }

  .bcc-banner img {
    width: 95%;
  }

  .bcc-banner .banner-bcc-text {
    line-height: 15px;
    letter-spacing: 1.7;
    border: 1px solid #352e32;
    width: 240px;
    margin: 10px auto 20px auto;
    background-color: #fffafa;
  }
}
/* ↓wrapバナー広告↓ */

@media (min-width:600px) {
  .wrap-banner-area {
    display: none;  /*とりあえず一旦バナー非表示*/
    text-align: center;
    width: 800px;
    margin: 100px auto;
  }
  
  .wrap-banner-area img {
    width: auto;
    margin: auto;
  }

  .wrap-banner-area p {
    margin: 0 auto 50px auto;
  }
}

@media (max-width:600px) {
  .wrap-banner-area {
    display: none;  /*とりあえず一旦バナー非表示*/
    text-align: center;
    margin: 100px auto;
    width: auto;
  }
  
  .wrap-banner-area img {
    width: 90%;
    margin: auto;
  }

  .wrap-banner-area p {
    font-size: small;
    margin: 0 auto 50px auto;
  } 
}

/* ↓パソコン用フッターバナー↓ */
@media screen and (min-width: 600px) {
  footer .sp-footer {
    display: none;
  }

  footer .banner-area hr {
    width: 100%;
    border: none;
    margin: 40px 0;
  }

  footer .banner-area {
    display: none;  /*とりあえず一旦バナー非表示*/
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }

  footer .banner-area img {
    width: auto;
    margin: auto;
  }

}
/* ↑パソコンフッター用バナー↑ */

/* ↓スマホフッター用バナー↓ */
@media screen and (max-width: 600px) {
  footer .pc-footer {
    display: none;
  }

  footer .banner-area {
    display: none;  /*とりあえず一旦バナー非表示*/
    width: 100%;
  }

  footer .banner-one {
    height: 70px;
  }

  footer .banner-area img {
    width: 100%;
    margin: auto;
  }

  footer .banner-area .banner-image {
    width: 130px;
    margin: auto 10px;
    float: left;
  }

  footer .banner-area .banner-text {
    text-align: left;
    width: 90%;
    margin: auto;
    font-size: 11px;
  }
  
  footer .banner-area .banner-text a {
    color: #3700dc;
    text-decoration: underline;
  }
}
  /* ↑スマホフッター用バナー↑ */

  /* ↓フッター↓ */
  footer {
    clear: both;
    margin-top: 10px;
    text-align: center;
    color: #fef9f3;
    background-color: #5e4e3aa4;
    padding: 15px;
  }
  
  footer a {
    color: #ffffff;
    text-decoration: none;
  }
  
  footer a:hover {
    font-weight: bold;
    text-decoration: underline;
  }
  
  footer small {
    font-size: 12px;
  }
  
  footer img {
    width: 200px;
    margin-top: 20px;
  }
  
  footer .address-footer {
    margin-top: 20px;
    font-size: 0.9rem;
  }
  
  /* ↓PCのフッターだけ大きく↓ */
  @media screen and (min-width: 700px) {
  footer #index-pc {
    font-size: 20px;
  }
  
  footer #index-pc a {
    padding: 0 20px;
  }
  }
  /* ↑PCのフッターだけ大きく↑ */

  /* ↑フッター↑ */
  