@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {

  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }

    line-height: 1px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ベース */

body {
 font-family: Noto Serif Japanese, serif;
}

.inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

html {
  scroll-padding-top: 70px;
}

/* ヘッダー */

#header {
  background-color: #ed8a63;
  height: 71px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
}

.text {
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.header-logo img {
  width: 172px;
}

header ul {
  list-style: none;
}

header ul li:last-child {
  margin-right: 20px;
}

.gnav-sp-wrap {
    display: none;
}

#menu-button{
  display: none;
}

.gnav-pc-wrap {
  margin-left: 60px;
}

ul.gnav-pc {
  display: flex;
  align-items: center;
  height: 70px;
}
  
ul.gnav-pc li {
  font-family: macho, sans-serif;
  font-style: normal;
  font-weight: 100;
  margin-right: 40px;
}
  
ul.gnav-pc li a {
  color: #080505;
  text-decoration: none;
  transition: all 0.3s;
}
  
ul.gnav-pc li a:hover {
  color: beige;
}

/* FV */

#key_visual {
  height: 652px;
  background-image: url(img/fvnail2.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.key_visual_content {
  width: 503px;
  margin-left: auto;
  padding-top: 200px;
}

.key_visual_content h1{
  color: #080505;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 3px 3px 3px #b08787;
  letter-spacing: 0.1em;
}

.key_visual_content h2{
  color: #080505;
  font-size: 68px;
  font-weight: bold;
  text-shadow: 3px 3px 3px #b08787;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.key_visual_content p{
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.key_visual_content img{
  width: 260px;
  padding-top: 10px;
}

.subtitle {
  text-align: center;
}

.subtitle img {
  margin-top: 30px;
  margin-bottom: 100px;
}

.subtitle2 {
  text-align: center;
}

.subtitle2 img {
  margin-top: 90px;
  margin-bottom: 100px;
}

/* ネイリスト */

.section-inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.nailist_pic {
  width: 40%;
}

.nailist_pic img {
  width: 100%;
}

.section-inner .nailist_body {
  max-width: 100%;
  padding-left: 85px;
}

#nailist {
  margin-bottom: 100px;
}

.nailist_body h2 {
  font-size: 50px;
  text-shadow: 3px 3px 3px #b08787;
  letter-spacing: 0.3em;
}

.nailist_body img {
  width: 100%;
}

.nailist_body h3 {
  margin: 16px 0 17px 100px;
}

.nailist_body p {
  font-size: 21px;
  line-height: 2.0;
  letter-spacing: 0.3em;
}

/* ネイルデザイン */

.single-item img {
  width: 100px;
}

#naildesign {
  margin-bottom: 100px;
}

.small {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

.slick-dotted.slick-slider {
  width: 70%;
  margin: 0 auto;
}

/* メニュー */

.small_2 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.3em;
  margin-top: 100px;
  margin-bottom: 100px;
}

.menu-area {
  display: flex;
  justify-content: space-between;
}

.menu-area-main {
  width: 290px;
  height: 350px;
}

.menu-area h4 {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.2em;
  background-color: #ed8a63;
  height: 20px;
  border-radius: 9px 9px 0 0;
  padding: 28px;  
}

.menu-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  background-image: url(img/dot1.png);
  background-repeat: repeat-x;
  background-position: center;
}

.menu-name dt, .menu-name dd, .menu-name p {
  background-color: #fffadf;
}

.menu-name dd {
  padding-left: 4px;
}

.menu-name p {
  width: 100%;
  text-align: center;
}

.menu-name span {
  background-color: #fffadf;
  display: inline-block;
  padding-right: 6px;
}

dl {
  width: 100%;
  padding: 19px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fffadf;
  box-sizing: border-box;
  height: 250px;
}

/* アクセス */

#access {
  background-image: url(img/nailpolish.png);
  background-size: cover;
  width: 100%;
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 100px;
}

.inner_access {
  text-align: center;
  padding-top: 74px;
}

.access small {
  max-width: 100%;
}

.reserve {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #080505;
  line-height: 1.6;
  letter-spacing: 0.3em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sns {
  display: flex;
  justify-content: center;
}

.sns img {
  width: 50px;
  height: 50px;
}

.sns p:first-child {
  margin-right: 40px;
}

/* FAQ */

#faq h2.large {
  text-align: center;
  font-size: 32px;
  color: #080505;
}
  
.faq {
  width: 76%;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 24px;
  background-color: #fffadf;
}
  
.faq-head, .faq-body {
  padding: 24px 72px 24px 32px;
}
  
.faq-head {
  border-radius: 8px;
  position: relative;
}
  
.faq-head::after {
  content: "";
  display: block;
  background-image: url("img/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
  
.faq-body {
  border-radius: 8px;
  display: none;
}

.medium {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

/* フッター */

.footer {
  background-color: #ed8a63;
  text-align: center;
  padding: 40px 0;
  margin-top: 111px;
}

.copyright {
  font-size: 15px;
}

.slick-prev {
  left: 0;
  z-index: 1;
}
 
.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before{
  opacity: 1!important;
  color: black!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 934px){
  .pc-only {
    display: none;
  }
      
  .sp-only {
    display: block;
  }
    
  #menu .inner {
    width: 85%;
  }

  .menu-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  }

@media screen and (max-width: 800px){
  .pc-only {
    display: none;
  }
  
  .sp-only {
    display: block;
  }

  #header {
    background-color: #ed8a63;
  }

  #header h1 {
    display: block;
    z-index: 999;
  }

  #header h1 a {
    display: flex;
  }

  .gnav-pc-wrap {
    display: none;
  }

  .subtitle img {
    width: 40%;
    margin-bottom: 25px;
  }

  .subtitle2 img {
    width: 40%;
  }

  .reserve {
    font-size: 20px;
  }

  #access {
    background-image: url(img/nailpolish_sp.png);
    background-size: cover;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 100px;
  }

  #menu-button {
    display: block;
    width: 52px;
    height: 34px;
    padding: 18px 5px;
    z-index: 999;
  }
  
  .menu-button-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .menu-button-inner span {
    display: block;
    height: 2px;
    width: 70%;
    background-color: #333333;
    position: absolute;
  }

  .menu-button-inner span:nth-child(1) {
    top: 0;
  }
  
  .menu-button-inner span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .menu-button-inner span:nth-child(3) {
    bottom: 0;
  }

  .gnav-sp-wrap {
    width: 100%;
    height: 80%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    padding-top: 100px;
  }

  ul.gnav-sp li {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 42px;
  }

  ul.gnav-sp li a {
    font-family: macho, sans-serif;;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #333333;
    font-weight: bold;
  }

  #key_visual {
    max-width: 800px;
    width: 100%;
    background-image: url(img/fvnailsp.png);
    height: 72vh;
  }

  .key_visual_content {
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding-top: 21vh;
    margin-right: auto;
    height: 72vh;
  }

  .key_visual #inner {
    width: 100%;
    padding-top: 20px;
    height: 60px;
    padding: 0;
  }

  .key_visual_content h1 {
    font-size: 25px;
  }

  .key_visual_content h2 {
    font-size: 46px;
    margin-bottom: 6px;
  }

  .key_visual_content p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .key_visual_content {
    margin-top: 65px;
  }

  .key_visual_content img {
    width: 220px;
    padding-top: 10px;
}

  .section-inner {    
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
  }

  .nailist_pic {
    width: 65%;
    max-width: 280px;
  }

  .nailist_body {
    margin: 0 auto;

  }

  #nailist .section-inner .nailist_body {
    margin: 0 auto;
    padding-left: 0!important;
    text-align: center;
  }

  .nailist_name img {
    width: 65%;
}

  .nailist_name img {
    width: 60%;
  }

  .nailist_body h2 {
    margin: 0;
    padding-top: 30px;
    width: 100%;
    font-size: 28px;
  }

  .nailist_body h3 {
    margin: 0 auto;
    max-width: 80%;
    padding: 14px 0 0 6px;
  }

  .nailist_body p {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    font-size: 13px;
  }

  .slick-dotted.slick-slider {
    width: 70%;
    margin: 0 auto;
  }

  .menu-area {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .small {
    font-size: 13px;
  }

  .small_2 {
    font-size: 13px;
    text-align: center;
    margin-top: 39px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 38px;
  }

  .subtitle2 img {
    margin-top: 0px;
    margin-bottom: 0px;
 }

}

@media screen and (max-width: 640px){
  .pc-only {
    display: none;
  }
  
  .sp-only {
    display: block;
  }

  #nailist, #naildesign, #menu, #subtitle_2, #faq {
    padding: 0px 0 30px 0;
  }

  #nailist {
    margin-bottom: 5px;
  }
  #naildesign {
    margin-bottom: 5px;
  }

  .menu-area-main {
    width: 240px;
    height: 350px;
  }

  .medium {
    font-size: 10px;
  }

  .faq-head, .faq-body {
    padding: 15px 50px 15px 14px;
  }

  .faq-head::after {
    right: 16px;
  }

}