@charset "UTF-8";
/* CSS Document */
/*
サイト名
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
/* line 6, sass/basic/_destyle.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* line 23, sass/basic/_destyle.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/* line 36, sass/basic/_destyle.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 44, sass/basic/_destyle.scss */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
/* line 51, sass/basic/_destyle.scss */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
/* line 66, sass/basic/_destyle.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
/* line 81, sass/basic/_destyle.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
/* line 91, sass/basic/_destyle.scss */
dt {
  font-weight: bold; }

/* line 95, sass/basic/_destyle.scss */
dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 107, sass/basic/_destyle.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 122, sass/basic/_destyle.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/* line 127, sass/basic/_destyle.scss */
address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 138, sass/basic/_destyle.scss */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 149, sass/basic/_destyle.scss */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 158, sass/basic/_destyle.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 168, sass/basic/_destyle.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 179, sass/basic/_destyle.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 188, sass/basic/_destyle.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 196, sass/basic/_destyle.scss */
sub {
  bottom: -0.25em; }

/* line 200, sass/basic/_destyle.scss */
sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* line 211, sass/basic/_destyle.scss */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
/* line 225, sass/basic/_destyle.scss */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/* line 247, sass/basic/_destyle.scss */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

/* line 252, sass/basic/_destyle.scss */
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 262, sass/basic/_destyle.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 273, sass/basic/_destyle.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 283, sass/basic/_destyle.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

/* line 292, sass/basic/_destyle.scss */
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 303, sass/basic/_destyle.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 315, sass/basic/_destyle.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
/* line 326, sass/basic/_destyle.scss */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
/* line 334, sass/basic/_destyle.scss */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
/* line 342, sass/basic/_destyle.scss */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 355, sass/basic/_destyle.scss */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 367, sass/basic/_destyle.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 375, sass/basic/_destyle.scss */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 383, sass/basic/_destyle.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
/* line 392, sass/basic/_destyle.scss */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 400, sass/basic/_destyle.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 409, sass/basic/_destyle.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
/* line 418, sass/basic/_destyle.scss */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 429, sass/basic/_destyle.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 437, sass/basic/_destyle.scss */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
/* line 445, sass/basic/_destyle.scss */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
/* line 452, sass/basic/_destyle.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 457, sass/basic/_destyle.scss */
caption {
  text-align: left; }

/* line 461, sass/basic/_destyle.scss */
td,
th {
  vertical-align: top;
  padding: 0; }

/* line 467, sass/basic/_destyle.scss */
th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
/* line 479, sass/basic/_destyle.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 487, sass/basic/_destyle.scss */
[hidden] {
  display: none; }

/*-------------------
基本項目
-------------------*/
/*-------------------
メディアクエリ
-------------------*/
/*-------------------
英語フォント
-------------------*/
/*-------------------
明朝フォント
-------------------*/
/*------------
全体設定 
------------*/
/* line 4, sass/basic/_common.scss */
html {
  font-size: 62.5%;
  background-color: #fff;
  position: relative; }

/* line 9, sass/basic/_common.scss */
body {
  line-height: 2;
  font-family: "游ゴシック体", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  color: #231815;
  background-color: #fff; }
  @media (max-width: 1024px) {
    /* line 9, sass/basic/_common.scss */
    body {
      line-height: 1.9;
      font-size: 1.4rem; } }

/* line 20, sass/basic/_common.scss */
img {
  width: 100%; }

/* line 23, sass/basic/_common.scss */
a:link {
  color: #000; }

/* line 26, sass/basic/_common.scss */
a:visited {
  color: #000; }

/* line 29, sass/basic/_common.scss */
a:hover {
  color: #06A37F; }

/* line 32, sass/basic/_common.scss */
a:active {
  color: #000; }

/*------------
ヘッダー設定 
------------*/
/* line 38, sass/basic/_common.scss */
#header {
  background: #fff; }
  /* line 40, sass/basic/_common.scss */
  #header .image_01 {
    position: fixed;
    width: 20%;
    z-index: 200; }
    @media (max-width: 599px) {
      /* line 40, sass/basic/_common.scss */
      #header .image_01 {
        width: 40%; } }

/*------------
ハンバーガーメニュー設定 
------------*/
/* チェックボックスは非表示に */
/* line 53, sass/basic/_common.scss */
.drawer-hidden {
  display: none; }

/* ハンバーガーアイコンの設置スペース */
/* line 57, sass/basic/_common.scss */
.nav_btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }
  /* line 62, sass/basic/_common.scss */
  .nav_btn .drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer; }

/* ハンバーガーメニューのアイコン */
/* line 74, sass/basic/_common.scss */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #155D91;
  transition: 0.5s;
  position: absolute; }

/* 三本線のうち一番上の棒の位置調整 */
/* line 88, sass/basic/_common.scss */
.drawer-open span:before {
  bottom: 8px; }

/* 三本線のうち一番下の棒の位置調整 */
/* line 93, sass/basic/_common.scss */
.drawer-open span:after {
  top: 8px; }

/* アイコンがクリックされたら真ん中の線を透明にする */
/* line 98, sass/basic/_common.scss */
#drawer-check:checked ~ div .drawer-open span {
  background: rgba(255, 255, 255, 0); }

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
/* line 103, sass/basic/_common.scss */
#drawer-check:checked ~ div .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff; }

/* line 109, sass/basic/_common.scss */
#drawer-check:checked ~ div .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff; }

/* メニューのデザイン*/
/* line 116, sass/basic/_common.scss */
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 999;
  background: #155D91;
  transition: .5s;
  color: #fff;
  padding: 3%; }
  /* line 128, sass/basic/_common.scss */
  .drawer-content .drawer-list .drawer-item {
    border-bottom: 1px solid #fff; }
    /* line 130, sass/basic/_common.scss */
    .drawer-content .drawer-list .drawer-item a {
      display: flex;
      align-items: center;
      color: #fff; }
      /* line 134, sass/basic/_common.scss */
      .drawer-content .drawer-list .drawer-item a:hover {
        color: #9AE4FF; }
      /* line 137, sass/basic/_common.scss */
      .drawer-content .drawer-list .drawer-item a span {
        font-family: 'Grape Nuts', cursive;
        font-size: 4rem;
        margin-right: 1rem; }
      /* line 142, sass/basic/_common.scss */
      .drawer-content .drawer-list .drawer-item a img {
        width: 0.5%;
        margin-left: 1rem; }
        @media (max-width: 1024px) {
          /* line 142, sass/basic/_common.scss */
          .drawer-content .drawer-list .drawer-item a img {
            width: 1.5%; } }

/* アイコンがクリックされたらメニューを表示 */
/* line 155, sass/basic/_common.scss */
#drawer-check:checked ~ .drawer-content {
  left: 0;
  /* メニューを画面に入れる */ }

/*------------
フッター設定 
------------*/
/* line 161, sass/basic/_common.scss */
#footer {
  background-image: url("img/common/footer_back.png"), url("img/common/back_w.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }
  /* line 166, sass/basic/_common.scss */
  #footer .footer_box {
    padding: 10rem 3rem 2rem;
    color: #fff; }
    @media (max-width: 599px) {
      /* line 166, sass/basic/_common.scss */
      #footer .footer_box {
        padding: 10rem 3rem 8rem; } }
  /* line 173, sass/basic/_common.scss */
  #footer ul {
    line-height: 2.5rem; }
  /* line 177, sass/basic/_common.scss */
  #footer .name span {
    font-size: 3.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 10px;
    display: block;
    line-height: 4rem; }
  /* line 185, sass/basic/_common.scss */
  #footer .copyright {
    text-align: center;
    color: #fff;
    background-color: #155D91;
    padding: 0.5rem 0;
    font-size: 1rem; }

/*------------
予約ボタン設定 
------------*/
/* line 196, sass/basic/_common.scss */
#btn {
  position: fixed;
  right: 2%;
  bottom: 5%;
  display: flex;
  z-index: 998; }
  @media (max-width: 599px) {
    /* line 196, sass/basic/_common.scss */
    #btn {
      bottom: 6%; } }
  /* line 205, sass/basic/_common.scss */
  #btn a {
    padding: 1rem 4rem;
    color: #fff;
    background-color: #155D91;
    display: flex;
    font-size: 2rem;
    border-radius: 10rem; }
    /* line 212, sass/basic/_common.scss */
    #btn a img {
      width: 8%;
      margin-left: 1rem; }
    /* line 216, sass/basic/_common.scss */
    #btn a:hover {
      background-color: #06A37F; }
    /* line 219, sass/basic/_common.scss */
    #btn a:active {
      background-color: #155D91; }

/* line 1, sass/page/_index.scss */
#top {
  /*セクション共通*/
  /*アニメーション共通*/
  /*ファーストビュー*/
  /*コンセプト*/
  /*スタイリスト*/
  /*スタイル*/
  /*アクセス*/
  /*お問い合わせ*/ }
  /* line 4, sass/page/_index.scss */
  #top .top_sec:nth-child(even) {
    background-image: url("img/common/back_w.jpg");
    background-repeat: repeat; }
  /* line 8, sass/page/_index.scss */
  #top .top_sec .top_sec_box {
    width: 50%;
    margin: 0 auto;
    padding: 5% 0;
    position: relative; }
    @media (max-width: 1024px) {
      /* line 8, sass/page/_index.scss */
      #top .top_sec .top_sec_box {
        width: 85%; } }
    @media (max-width: 599px) {
      /* line 8, sass/page/_index.scss */
      #top .top_sec .top_sec_box {
        padding: 20% 0; } }
    /* line 19, sass/page/_index.scss */
    #top .top_sec .top_sec_box h3 {
      font-size: 2rem; }
      /* line 20, sass/page/_index.scss */
      #top .top_sec .top_sec_box h3 span {
        font-family: 'Grape Nuts', cursive;
        font-size: 7rem;
        display: block;
        line-height: 7rem; }
        @media (max-width: 599px) {
          /* line 20, sass/page/_index.scss */
          #top .top_sec .top_sec_box h3 span {
            font-size: 5rem;
            line-height: 6rem; } }
      @media (max-width: 599px) {
        /* line 19, sass/page/_index.scss */
        #top .top_sec .top_sec_box h3 {
          font-size: 1.5rem; } }
    /* line 35, sass/page/_index.scss */
    #top .top_sec .top_sec_box h4 {
      font-size: 3rem;
      line-height: 5rem;
      margin: 3rem 0;
      position: absolute;
      z-index: 100; }
      @media (max-width: 1024px) {
        /* line 35, sass/page/_index.scss */
        #top .top_sec .top_sec_box h4 {
          font-size: 2.5rem;
          line-height: 4.5rem; } }
      @media (max-width: 599px) {
        /* line 35, sass/page/_index.scss */
        #top .top_sec .top_sec_box h4 {
          margin: 1rem 0;
          font-size: 2rem;
          line-height: 3rem; } }
    /* line 51, sass/page/_index.scss */
    #top .top_sec .top_sec_box .top_text {
      text-align: right; }
      @media (max-width: 599px) {
        /* line 51, sass/page/_index.scss */
        #top .top_sec .top_sec_box .top_text {
          text-align: left;
          margin-top: 1rem; } }
    /* line 58, sass/page/_index.scss */
    #top .top_sec .top_sec_box .top_image {
      width: 80%;
      margin: 8% auto 0;
      position: relative; }
      @media (max-width: 1024px) {
        /* line 58, sass/page/_index.scss */
        #top .top_sec .top_sec_box .top_image {
          width: 100%; } }
  /* line 69, sass/page/_index.scss */
  #top .image_box {
    position: relative;
    height: auto;
    list-style: none; }
  /* line 74, sass/page/_index.scss */
  #top .image_box li {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 79, sass/page/_index.scss */
  #top .image_box li img {
    width: 100%; }
@keyframes fv_image_anime {
  0% {
    opacity: 100; }
  30% {
    opacity: 100; }
  36% {
    opacity: 0; }
  94% {
    opacity: 0; }
  100% {
    opacity: 100; } }
  /* line 89, sass/page/_index.scss */
  #top .image_box .image01 {
    z-index: 3; }
    /* line 91, sass/page/_index.scss */
    #top .image_box .image01 img {
      animation: fv_image_anime 6s infinite; }
  /* line 95, sass/page/_index.scss */
  #top .image_box .image02 {
    z-index: 2; }
    /* line 97, sass/page/_index.scss */
    #top .image_box .image02 img {
      animation: fv_image_anime 6s 2s infinite; }
  /* line 101, sass/page/_index.scss */
  #top .image_box .image03 {
    z-index: 1; }
    /* line 103, sass/page/_index.scss */
    #top .image_box .image03 img {
      animation: fv_image_anime 6s 4s infinite; }
  /* line 108, sass/page/_index.scss */
  #top #fv {
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    @media (min-aspect-ratio: 56 / 25) {
      /* line 108, sass/page/_index.scss */
      #top #fv {
        height: 1080px; } }
    /* line 117, sass/page/_index.scss */
    #top #fv .fv_box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (max-width: 599px) {
        /* line 117, sass/page/_index.scss */
        #top #fv .fv_box {
          margin-top: -10%; } }
      /* line 125, sass/page/_index.scss */
      #top #fv .fv_box h1 {
        font-size: 6rem;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        letter-spacing: 10px;
        line-height: 4rem; }
        @media (max-width: 599px) {
          /* line 125, sass/page/_index.scss */
          #top #fv .fv_box h1 {
            font-size: 4rem; } }
      /* line 134, sass/page/_index.scss */
      #top #fv .fv_box h2 {
        font-family: 'Grape Nuts', cursive;
        font-size: 2.5rem;
        margin: 1rem 0; }
      /* line 139, sass/page/_index.scss */
      #top #fv .fv_box .image_box {
        width: 180%;
        padding-top: 180%; }
        @media (min-width: 1500px) {
          /* line 139, sass/page/_index.scss */
          #top #fv .fv_box .image_box {
            width: 250%;
            padding-top: 250%; } }
        @media (max-width: 599px) {
          /* line 139, sass/page/_index.scss */
          #top #fv .fv_box .image_box {
            width: 150%;
            padding-top: 150%; } }
        @media (max-width: 300px) {
          /* line 139, sass/page/_index.scss */
          #top #fv .fv_box .image_box {
            width: 100%;
            padding-top: 100%; } }
  /* line 159, sass/page/_index.scss */
  #top #concept .image_box {
    padding-top: 80%;
    width: 80%;
    margin: 5% auto; }
    @media (max-width: 1024px) {
      /* line 159, sass/page/_index.scss */
      #top #concept .image_box {
        width: 100%;
        padding-top: 100%; } }
  /* line 168, sass/page/_index.scss */
  #top #concept .illust {
    position: absolute;
    width: 15%;
    top: 8%;
    right: 3%;
    z-index: 50; }
    @media (max-width: 1024px) {
      /* line 168, sass/page/_index.scss */
      #top #concept .illust {
        width: 20%;
        top: 0%;
        right: 0%; } }
  /* line 183, sass/page/_index.scss */
  #top #stylist .top_text {
    padding: 0 9% 0 0; }
    @media (max-width: 1024px) {
      /* line 183, sass/page/_index.scss */
      #top #stylist .top_text {
        padding: 0; } }
    /* line 188, sass/page/_index.scss */
    #top #stylist .top_text strong {
      font-size: 4rem;
      display: block;
      font-weight: normal;
      margin-top: 1rem; }
      @media (max-width: 599px) {
        /* line 188, sass/page/_index.scss */
        #top #stylist .top_text strong {
          font-size: 3rem; } }
  /* line 198, sass/page/_index.scss */
  #top #stylist .illust {
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 20%; }
    @media (max-width: 1024px) {
      /* line 198, sass/page/_index.scss */
      #top #stylist .illust {
        bottom: 18%;
        width: 25%; } }
    @media (max-width: 599px) {
      /* line 198, sass/page/_index.scss */
      #top #stylist .illust {
        bottom: -20%;
        width: 25%;
        left: 80%; } }
  /* line 216, sass/page/_index.scss */
  #top #style .illust {
    position: absolute;
    bottom: 15%;
    width: 35%;
    right: 10%; }
    @media (max-width: 1024px) {
      /* line 216, sass/page/_index.scss */
      #top #style .illust {
        bottom: 10%;
        width: 40%;
        right: 5%; } }
    @media (max-width: 599px) {
      /* line 216, sass/page/_index.scss */
      #top #style .illust {
        bottom: 10%;
        right: 5%; } }
  /* line 234, sass/page/_index.scss */
  #top #access h4 {
    position: static; }
  /* line 237, sass/page/_index.scss */
  #top #access .access_image {
    margin-bottom: 3rem; }
  /* line 240, sass/page/_index.scss */
  #top #access .access_list {
    margin-top: 3rem; }
    /* line 242, sass/page/_index.scss */
    #top #access .access_list li {
      display: flex;
      align-items: center; }
      /* line 245, sass/page/_index.scss */
      #top #access .access_list li .icon_svg {
        width: 3%;
        margin-right: 1%; }
        /* line 248, sass/page/_index.scss */
        #top #access .access_list li .icon_svg img {
          vertical-align: middle; }
        @media (max-width: 599px) {
          /* line 245, sass/page/_index.scss */
          #top #access .access_list li .icon_svg {
            width: 5%; } }
      /* line 255, sass/page/_index.scss */
      #top #access .access_list li:last-child {
        margin-top: 2rem; }
  /* line 263, sass/page/_index.scss */
  #top #reserve h4 {
    position: static; }
  /* line 266, sass/page/_index.scss */
  #top #reserve .reserve_list {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    /* line 272, sass/page/_index.scss */
    #top #reserve .reserve_list dt {
      width: 40%;
      font-family: 'Grape Nuts', cursive;
      font-size: 3rem;
      display: flex; }
      @media (max-width: 1024px) {
        /* line 272, sass/page/_index.scss */
        #top #reserve .reserve_list dt {
          width: 50%; } }
      @media (max-width: 599px) {
        /* line 272, sass/page/_index.scss */
        #top #reserve .reserve_list dt {
          width: 100%;
          margin: 2.5rem 0 0;
          font-size: 2rem; } }
      /* line 285, sass/page/_index.scss */
      #top #reserve .reserve_list dt .icon_svg {
        width: 10%;
        margin-right: 5%; }
        /* line 288, sass/page/_index.scss */
        #top #reserve .reserve_list dt .icon_svg img {
          vertical-align: middle; }
        @media (max-width: 1024px) {
          /* line 285, sass/page/_index.scss */
          #top #reserve .reserve_list dt .icon_svg {
            width: 10%; } }
        @media (max-width: 599px) {
          /* line 285, sass/page/_index.scss */
          #top #reserve .reserve_list dt .icon_svg {
            width: 6%;
            margin-right: 2%; } }
    /* line 300, sass/page/_index.scss */
    #top #reserve .reserve_list dd {
      width: 60%;
      font-size: 3rem; }
      @media (max-width: 1024px) {
        /* line 300, sass/page/_index.scss */
        #top #reserve .reserve_list dd {
          width: 50%; } }
      @media (max-width: 599px) {
        /* line 300, sass/page/_index.scss */
        #top #reserve .reserve_list dd {
          width: 100%;
          line-height: 3rem; } }
    @media (min-width: 599px) {
      /* line 312, sass/page/_index.scss */
      #top #reserve .reserve_list a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none; } }

/*------------
全体設定 
------------*/

/*# sourceMappingURL=style.css.map */
