@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSansJP-T.woff2) format("woff2"), url(fonts/NotoSansJP-T.woff) format("woff"), url(fonts/NotoSansJP-T.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSansJP-L.woff2) format("woff2"), url(fonts/NotoSansJP-L.woff) format("woff"), url(fonts/NotoSansJP-L.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NotoSansJP-D.woff2) format("woff2"), url(fonts/NotoSansJP-D.woff) format("woff"), url(fonts/NotoSansJP-D.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSansJP-R.woff2) format("woff2"), url(fonts/NotoSansJP-R.woff) format("woff"), url(fonts/NotoSansJP-R.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSansJP-M.woff2) format("woff2"), url(fonts/NotoSansJP-M.woff) format("woff"), url(fonts/NotoSansJP-M.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSansJP-B.woff2) format("woff2"), url(fonts/NotoSansJP-B.woff) format("woff"), url(fonts/NotoSansJP-B.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSansJP-Blk.woff2) format("woff2"), url(fonts/NotoSansJP-Blk.woff) format("woff"), url(fonts/NotoSansJP-Blk.otf) format("opentype");
}
/* line 2, ../sass/_info.sass */
.fullscreen {
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 12, ../sass/_info.sass */
.pc-hide {
  display: none;
}
@media screen and (max-width: 780px) {
  /* line 12, ../sass/_info.sass */
  .pc-hide {
    display: block;
  }
}

/* line 16, ../sass/_info.sass */
.sp-hide {
  display: block;
}
@media screen and (max-width: 780px) {
  /* line 16, ../sass/_info.sass */
  .sp-hide {
    display: none;
  }
}

/* line 16, ../sass/style.sass */
html {
  font-size: 62.5%;
}

/* line 19, ../sass/style.sass */
body {
  font-family: "Oswald", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  background-color: #f2f2f2;
  color: #212121;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
}

/* line 29, ../sass/style.sass */
a:link, a:hover, a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 36, ../sass/style.sass */
.main_visual {
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
}
/* line 43, ../sass/style.sass */
.main-bg__list {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 51, ../sass/style.sass */
.main-bg__item {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 1080px) {
  /* line 51, ../sass/style.sass */
  .main-bg__item {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 780px) {
  /* line 51, ../sass/style.sass */
  .main-bg__item {
    width: 100%;
    height: auto;
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

/* line 72, ../sass/style.sass */
.main_logo {
  position: absolute;
  top: 22.22222%;
  height: calc(370/810 * 100%);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
/* line 78, ../sass/style.sass */
.main_logo img {
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 86, ../sass/style.sass */
.nav {
  font-family: "Oswald";
  font-weight: 300;
  position: absolute;
  bottom: 16.04938%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 32px;
}
@media screen and (max-width: 780px) {
  /* line 86, ../sass/style.sass */
  .nav {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    bottom: 5%;
  }
}
/* line 100, ../sass/style.sass */
.nav_list {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  /* line 100, ../sass/style.sass */
  .nav_list {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 320px) {
  /* line 100, ../sass/style.sass */
  .nav_list {
    padding: 0 20px;
  }
}
/* line 111, ../sass/style.sass */
.nav_item {
  padding: 0 50px;
}
@media screen and (max-width: 780px) {
  /* line 111, ../sass/style.sass */
  .nav_item {
    padding: 0 0px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 320px) {
  /* line 111, ../sass/style.sass */
  .nav_item {
    font-size: 2.4rem;
    padding: 0;
  }
}
/* line 119, ../sass/style.sass */
.nav_item a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/* line 125, ../sass/style.sass */
.nav_item a:link, .nav_item a:visited {
  color: #FFF;
}
/* line 128, ../sass/style.sass */
.nav_item a:before {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 2px solid #fff;
  display: block;
  left: 0;
  bottom: 0;
}
/* line 137, ../sass/style.sass */
.nav_item a:hover:before {
  display: none;
}

/* line 140, ../sass/style.sass */
.sub_title {
  text-align: center;
  font-size: 40px;
  padding: 120px 0 135px;
  background-color: #f2f2f2;
  font-family: "Oswald";
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  /* line 140, ../sass/style.sass */
  .sub_title {
    font-size: 3.6rem;
    font-weight: 300;
  }
}
/* line 151, ../sass/style.sass */
.sub_title img {
  width: 286px;
}
@media screen and (max-width: 780px) {
  /* line 151, ../sass/style.sass */
  .sub_title img {
    width: 365px;
    max-width: 80%;
  }
}

/* line 157, ../sass/style.sass */
.border_box {
  position: relative;
}
/* line 159, ../sass/style.sass */
.border_box:before {
  content: "";
  display: block;
  width: 176px;
  border-bottom: 8px solid #212121;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 780px) {
  /* line 159, ../sass/style.sass */
  .border_box:before {
    width: 23.46667%;
  }
}

/* line 171, ../sass/style.sass */
.section {
  text-align: center;
  padding-bottom: 105px;
  background-color: #f2f2f2;
}
/* line 176, ../sass/style.sass */
.section:nth-of-type(1) .section_title img {
  height: 40px;
}
/* line 179, ../sass/style.sass */
.section:nth-of-type(2) .section_title img {
  height: 62px;
}
/* line 182, ../sass/style.sass */
.section:nth-of-type(3) .section_title img {
  height: 29px;
}
/* line 184, ../sass/style.sass */
.section_title {
  font-family: "Satisfy", cursive;
  font-size: 56px;
  font-weight: 500;
  padding: 95px 0 75px;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  /* line 184, ../sass/style.sass */
  .section_title {
    font-size: 3.6rem;
  }
}
/* line 193, ../sass/style.sass */
.section_phone {
  font-size: 40px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
@media screen and (max-width: 780px) {
  /* line 193, ../sass/style.sass */
  .section_phone {
    font-size: 2.2rem;
  }
}
/* line 201, ../sass/style.sass */
.section_phone:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #212121;
}
/* line 209, ../sass/style.sass */
.section-access {
  padding-bottom: 0;
}

/* line 212, ../sass/style.sass */
.block {
  padding-top: 80px;
}
/* line 215, ../sass/style.sass */
.block-price, .block-address, .block-stylist {
  padding-top: 0;
}
/* line 217, ../sass/style.sass */
.block_title, .block .price_box {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
/* line 222, ../sass/style.sass */
.block_title span, .block .price_box span {
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  /* line 217, ../sass/style.sass */
  .block_title, .block .price_box {
    font-size: 2rem;
  }
}
/* line 229, ../sass/style.sass */
.block-stylist .stylist_item {
  margin-bottom: 75px;
}
/* line 231, ../sass/style.sass */
.block-stylist .stylist_item:last-child {
  margin-bottom: 0;
}
/* line 233, ../sass/style.sass */
.block-stylist .stylist_item dt {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  /* line 233, ../sass/style.sass */
  .block-stylist .stylist_item dt {
    font-size: 2rem;
    font-weight: 500;
  }
}
/* line 240, ../sass/style.sass */
.block-stylist .stylist_item dd {
  font-family: "Noto Sans Japanese";
  font-size: 1.4rem;
  color: #616161;
}
@media screen and (max-width: 780px) {
  /* line 240, ../sass/style.sass */
  .block-stylist .stylist_item dd {
    font-size: 1.2rem;
    font-weight: 100;
  }
}
/* line 248, ../sass/style.sass */
.block .price_box {
  width: 390px;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  /* line 248, ../sass/style.sass */
  .block .price_box {
    width: 90%;
  }
}
/* line 253, ../sass/style.sass */
.block .price_dl {
  width: 100%;
  padding: 15px 0;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
/* line 260, ../sass/style.sass */
.block_sub {
  font-size: 18px;
  padding-top: 20px;
}
/* line 263, ../sass/style.sass */
.block_sub-address {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 15px;
}
@media screen and (max-width: 780px) {
  /* line 263, ../sass/style.sass */
  .block_sub-address {
    font-size: 1.6rem;
  }
}
/* line 272, ../sass/style.sass */
.block_txt {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  padding-top: 15px;
  font-family: "Noto Sans Japanese";
}
@media screen and (max-width: 780px) {
  /* line 272, ../sass/style.sass */
  .block_txt {
    font-size: 1.2rem;
  }
}
/* line 281, ../sass/style.sass */
.block-share {
  text-align: center;
}
/* line 283, ../sass/style.sass */
.block-share ul {
  -js-display: flex;
  display: flex;
  width: 315px;
  margin: 0 auto;
}
/* line 288, ../sass/style.sass */
.block-share ul li {
  padding: 0 28px;
}
/* line 290, ../sass/style.sass */
.block-share ul li a {
  font-size: 16px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
/* line 296, ../sass/style.sass */
.block-share ul li a i {
  font-size: 175%;
  line-height: 24px;
  vertical-align: top;
  padding-right: 4px;
}

/* line 303, ../sass/style.sass */
.map_canvas {
  height: 640px;
}
@media screen and (max-width: 780px) {
  /* line 303, ../sass/style.sass */
  .map_canvas {
    height: 100vh;
  }
}

/* line 308, ../sass/style.sass */
.anchor_box {
  text-align: center;
  padding: 55px 0 100px;
  width: 400px;
  box-sizing: border-box;
  margin: 0 auto;
  height: 40px;
}
@media screen and (max-width: 780px) {
  /* line 308, ../sass/style.sass */
  .anchor_box {
    width: 400px;
    max-width: 90%;
    height: 56px;
  }
}
/* line 319, ../sass/style.sass */
.anchor_box a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  border: 1px solid #bdbdbd;
  padding: 10px 20px;
  border-radius: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  /* line 319, ../sass/style.sass */
  .anchor_box a {
    width: 400px;
    max-width: 90%;
  }
}

/* line 333, ../sass/style.sass */
.footer {
  padding: 24px 0;
  border-top: 1px solid #e0e0e0;
}
/* line 336, ../sass/style.sass */
.footer .copyright {
  font-size: 10px;
  font-weight: 100;
  color: #818181;
  text-align: center;
}
