@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

:root {
  --rk-fontw-bold-family: 'Noto Serif JP', serif;
  --rk-fontw-bold-weight: 600;
  --rk-main-color: #333;
  --rk-sub-color: #888;
  --rk-light-color: #c4c4c4;
}

/* CSS Document */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  width: 100%;
}

body {
  color: var(--rk-main-color);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: normal;
}

.container {
  padding-bottom: 8em;
}
 
.main {
  width: 100%;
  padding: 0 1em;
}


/* 共通四角ボタン */
.btn_square {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  background-color: rgba(255,255,255, 0.9);
  border: solid 1px var(--rk-sub-color);
  margin: 0 auto 0.5em;
  padding: 0.6em 1em;
  color: var(--rk-main-color);
  text-decoration: none;
  text-align: center;
  opacity: 1;
}
.btn_square:hover {
  opacity: 0.5;
}


.box_btnlink {
  padding-top: 4em;
  text-align: center;
}




/* TOPページ＆お客様の声ページ　スマホヘッダー */
.header {
  padding: 200px 0;
}

.wrapper {
  margin: 0 auto;
}

.logo {
  width: 50vw;
}

.wrapper a {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--rk-main-color);
  background-color: rgba(255,255,255, 0.9);
  text-decoration: none;
  border: solid 1px var(--rk-sub-color);
  padding: 0.7rem 1rem;
  display: none;
  opacity: 1;
  max-width: 100%;

  width: 190px;
  margin-bottom: 10px;
}

.wrapper a:hover {
  opacity: 0.5;
}


/* サブ声ページはロゴ小さく */
.page_sub .header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.page_sub .logo {
  width: 22vw;
}




/* TOPページリード文 */
.description {
  text-align: left;
  margin: 0 auto 200px;
  line-height: 2;
}

.description h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.description h2 span{
  font-size: 1.6rem;
  letter-spacing: 7px;
}

.description p {
  margin-bottom: 30px;
}

.description span {
  font-family: var(--rk-fontw-bold-family);
  font-weight: var(--rk-fontw-bold-weight);
}

/* TOPページ　nail artist紹介文 */
.about {
  text-align: left;
  margin: 0 auto 200px;
  line-height: 1.5;
}

.about_title {
  width: 60vw;
  margin: 0 auto 30px;
}

/*　TOPページ 料金表 */
.pricelist {
  text-align: left;
  margin: 0 auto 200px;
}

.pricelist h2{
  text-align: center ;
}

.pricelist_title {
  width: 30vw;
  margin: 0 auto 50px;
}

.pricelist h3 {
  font-size: 1.5rem;
  border: solid 1px var(--rk-main-color);
  padding: 5px;
  margin-bottom: 30px;
  background-color: var(--rk-main-color);
  color: #fff;
}

.pricelist div {
  margin-bottom: 60px;
}

.pricelist h4 {
  font-weight: 700;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.pricelist p {
  text-align: center;
}

.pricelist dl {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}


/* TOPページ　予約案内 */
.reserve {
  margin-bottom: 150px;
}

.reserve h2 {
  font-size: 1.7rem; 
}

.reserve-guide {
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 2em;
  padding-left: 2em;
}

.reserve-guide li {
  margin-bottom: 1em;
}


/* TOPページ　店舗情報 */
.information {
  text-align: center;
  margin: 0 auto;
}

.information h2 {
  font-size: 1.7rem;
  margin-bottom: 50px;
}

.content {
  margin-bottom: 80px;
  text-align: center;
}

.qr {
  display: block;
  width: 30%; 
  margin: 0 auto 10px ;
}

.content p {
  margin-bottom: 1em;
}

.content-title {
  font-size: 1.2rem;
  /* color: #333; */
  padding: 0.5em 0;
  border-top: solid 1px var(--rk-main-color);
  border-bottom: solid 1px var(--rk-main-color);
  margin-bottom: 25px;
}

.content-open-time {
  margin-bottom: 1em;
}

.content-inner {
  margin-bottom: 3em;
}

/* TOPページ＆お客様の声ページ　スマホ追従ボタン */
/* 2024.8 追加 */
.bottom_container {
  position: fixed;
  bottom: 0;
  display: flex;
  max-width: 930px;
  max-width: 100%;
  width: 100%;
  Z-index: 10000;
  background-color: #fff;
  padding: 5px;
}

/* 2024.8 修正 */
.bottom_bar {
  width: 50%;
  /* Z-index: 10000;
  background-color: #fff;
  padding: 8px 0; */
}

/* 2024.8 追加 */
/* .bottom_bar2 {
  Z-index: 10000;
  width: 50%;
  background-color: #fff;
  padding: 8px 0;
} */

.bottom_bar a {
  display: block;
  font-weight: 800;
  text-decoration: none;
  color: var(--rk-main-color);
  padding: 10px 5px 10px 0px; /* 2024.8 修正　*/
  border: solid 1px var(--rk-sub-color);
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
}

/* 2024.8 追加 */
/* .bottom_bar2 a{
  display: block;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  padding: 10px 5px 10px 0px;
  border: solid 1px var(--rk-sub-color);
  width: 98%;
  margin: 0 auto;
  background-color: var(--rk-main-color);
} */

.bottom_bar a:hover,.bottom_bar2 a:hover {
  opacity: 0.8;
}

.box_btnlink a:before,
.header_btn a:before,
.bottom_bar a:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.3em;
}

.btn_home a,
.btn_voice a {
  color: #FFF;
  background-color: var(--rk-sub-color);
}


.btn_reserve a:before {
  background-image: url(../images/icon_calendar@2x.png);
}
.btn_home a:before {
  background-image: url(../images/icon_home@2x.png);
}
.btn_voice a:before {
  background-image: url(../images/icon_voice.svg);
}
.btn_voice2 a:before {
  background-image: url(../images/icon_voice_gray.svg);
}



/* .bottom_bar2 a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/speechbubble.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-repeat: no-repeat;
} */

/* 2024.8 追加 */

/* お客様の声ページ */

/* スマホ＆PC版　お客様の声ブロック */
.section_voice {
  margin-bottom: 0 auto 100px;
  font-size: 1rem;
}

.page_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.7rem;
}

.section_voice .page_title h2{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";;
  font-size: 2.7rem;
 }

 .section_voice .page_title p{
  color: #666;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";;
  /* margin-bottom: 1.8rem; */
  margin-left: 0.5rem;
  position: relative;
  display: inline-block;
  padding: 20px 20px 0;
  font-size: 0.9em;
 }


 .section_voice .page_title p:before{
  content: '';
  position: absolute;
  top: 70%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #666;
}

.section_voice .page_title p:before {
  left:0;
}

/* .voiceblock {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 930px;
    text-align: center;
}

.voiceblock .voiceblock_title {
    display: flex;
    border-bottom: 1px solid #999;
    justify-content: space-between;
    background-image: url("../images/background.png");
    border-radius: 10px 10px 0 0;
}

.voiceblock .voiceblock_title p {
    margin: 15px 20px 0px;
}

.voiceblock .voiceblock_menu {
    display: flex;
    background-image: url("../images/background.png");
    margin-bottom: 20px;
}

.voiceblock .voiceblock_menu p {
    margin: 5px 20px 15px 20px;
    text-align: left;
}

.voiceblock p {
    text-align: left;
    margin: 0 20px 15px;
} */


.box_voice {
  border: 1px solid var(--rk-light-color);
  border-radius: 10px;
  margin: 30px auto;
  text-align: left;
}

.box_voice .box_voice__title {
  background-image: url("../images/background.png");
  border-radius: 10px 10px 0 0;
  padding: 1em 1.3em 0.3em;
}

.box_voice .box_voice__customer {
  position: relative;
  border-bottom: 1px dotted var(--rk-light-color);
  font-size: 1.1em;
  padding-bottom: 0.5em;
}
.box_voice .box_voice__customer span {
  display: inline-block;
  position: absolute;
  right: 1em;
  padding-left: 1.5em;
  border-left: 1px dotted var(--rk-light-color);
  margin-left: auto;
  margin-right: 0;
}

.box_voice .box_voice__menu {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding-top: 0.8em;
  font-size: 0.85em;
}
.box_voice .box_voice__menu .select_menu {
  padding-top: 0.3em;
}
.box_voice .box_voice__menu img {
  width: 50px;
}

.box_voice .box_voice__msg {
  padding: 1em 1.3em;
}
.box_voice .box_voice__msg p {
  margin-bottom: 0.5em;
}




/* お客様の声ページ　スマホ追従ボタン */  
 
/* .bottom_bar a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/calendar.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

.bottom_bar2 a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/HOME.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
} */


/* Copylight用 */
.footer {
  padding: 3em 0 1em;
  font-size: 0.9rem;
}



/* PC版デザイン */

@media (min-width: 745px) {

  body {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
  }

  .container {
    display: flex;
    padding: 0;
    /* iOSの「background-attachment:fixed」の不具合対応 */
    position: relative;
    z-index: 10;
    clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
    background-color: transparent;
  }
  
  /* iOSの「background-attachment:fixed」の不具合対応 */
  .container::before {
    content: '';
    z-index: -1;
    inset: 0;
    width: 35%;
    height: 100%;
    position: fixed;
    background-image: url("../images/background.png");
    background-attachment: fixed;
  }

  /* TOPページ＆お客様の声ページ　PCサイドヘッダー */

 .header {
    /* iOSの「background-attachment:fixed」の不具合対応 */
    /* background-image: url("../images/background.png");
    background-attachment: fixed;
    background-size: contain;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten; */
    width: 38%;
    padding: 0 30px;
  }
 
  .wrapper {
    top: max(200px, 30%);
    position: -webkit-sticky;
    position: sticky;
  }

  .wrapper h1 {
    margin-bottom: 1.5em;
  }

  .logo,
  .page_sub .logo {
    width: 250px;
    max-width: 100%;
  }

  /* TOPページ PCサイドヘッダーボタン */

  .wrapper a {
    display: inline-block;
  }


  /* 2024.8 修正 */
 
  /* .wrapper .bottom1 a,.wrapper .voice_bottom1 a  {
    font-size: 0.9em;
    display: inline-block;
    width: 180px;
    margin-bottom: 10px;
  }

  .wrapper .bottom2 a,.wrapper .voice_bottom2 a {
    font-size: 0.9em;
    display: inline-block;
    width: 180px;
    background-color: var(--rk-main-color);
    color: #fff;
  } */

  /* 2024.8 追加 */

  /* .wrapper .bottom1 a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/calendar.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  
  .wrapper .bottom2 a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/speechbubble.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
  } */

  /* お客様の声ページ　PCサイドヘッダーボタン */
  /* .wrapper .voice_bottom1 a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/calendar.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .wrapper .voice_bottom2 a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/HOME.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
  } */

   /* TOPページ */

  .main {
    width: 550px;
    margin: 150px auto 0;
  }

  /* PC リード文 */
  .description {
    text-align: center;
  }
  
  /* PC 紹介文 */
  .about {
    text-align: center;
  }

  .about_title {
    width: 210px;
    margin: 0 auto 30px;
  }

  .about p {
    font-size: 97%;
  }

  /* PC 料金表 */
  .pricelist {
    text-align: center;
  }

  .pricelist_title {
    width: 140px;
    margin: 0 auto 50px;
  }
 
  /* PC 予約案内 */
  .reserve h2 {
    font-size: 2rem; 
  }

  .reserve-guide {
    font-size: 1rem;
  }
  
  /* PC 店舗情報 */
  .information h2 {
    font-size: 2rem;
  }

  .content-title {
    font-size: 1.5rem;
  }
  
  /* PC 追従ボタン */
  .bottom_bar,.bottom_bar2 {
    display: none;
  }
 
  /* お客様の声ページ */
  
  /* .voice_main {
    width: 550px;
    margin: 150px auto 0;
  } */

  .section_voice {
    font-size: 1.1rem;
  }
  
  /* PC 改行 */
  .br-sp {
    display: none;
  }

}

@media (min-width: 991px) {
  .page_sub .main {
    width: 680px;
  } 
}
