/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600");
@import url("https://fonts.googleapis.com/css?family=Staatliches");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500");
@import url(base.css);
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;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  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;
  box-sizing: border-box;
  text-decoration: none; }

/* 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; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

.fa, .far, .fas {
  font-family: 'Font Awesome 5 Free'; }

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/* **************************** Set fonts **************************** */
/* **************************** Bled CSS **************************** */
.inner {
  max-width: 1200px; }

.container {
  max-width: 1000px; }

@media (max-width: 1200px) {
  .inner {
    padding: 0 20px; } }
@media (max-width: 1000px) {
  .container {
    padding: 0 20px; } }
header {
  background: #999; }

.bled-sp-menu {
  padding: 20px 0;
  width: 100%; }
  .bled-sp-menu .bled-sp-menu-logo {
    width: 150px;
    display: inline-block; }
  .bled-sp-menu .toggleBtn {
    float: right;
    width: 50px;
    height: 50px;
    position: relative; }
    .bled-sp-menu .toggleBtn span {
      display: block;
      background: #fff;
      width: 30px;
      height: 3px;
      position: absolute;
      right: 0;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s; }
    .bled-sp-menu .toggleBtn span:first-child {
      top: 14px; }
    .bled-sp-menu .toggleBtn span:nth-child(2) {
      margin-top: -1px;
      top: 50%; }
    .bled-sp-menu .toggleBtn span:last-child {
      bottom: 12px; }
    .bled-sp-menu .toggleBtn .active span:first-child {
      -webkit-transform: translateY(10px) rotate(45deg);
      -moz-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    .bled-sp-menu .toggleBtn .active span:nth-child(2) {
      opacity: 0; }
    .bled-sp-menu .toggleBtn .active span:last-child {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -moz-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg); }
  .bled-sp-menu ul {
    margin-top: 20px; }
    .bled-sp-menu ul li {
      margin: 10px 0; }
      .bled-sp-menu ul li a {
        color: #fff;
        font-size: 18px;
        line-height: 2; }
      .bled-sp-menu ul li a:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        font-weight: 900;
        float: right; }

.bled-content-right {
  margin-right: -150px; }
  .bled-content-right .txt-box {
    width: 35%;
    z-index: 2;
    position: relative; }
  .bled-content-right .bled-bnr-figure-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .bled-content-right .bled-bnr-figure-content .txt {
      margin-top: 30px;
      font-size: 20px;
      font-family: 'Crimson Text', serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      line-height: 1.5; }
  .bled-content-right .bled-bnr-img {
    width: 80%;
    margin-left: -15%;
    z-index: 1; }
    .bled-content-right .bled-bnr-img .slide {
      height: calc(100vh - 109px); }
      .bled-content-right .bled-bnr-img .slide .slick-list, .bled-content-right .bled-bnr-img .slide .slick-track, .bled-content-right .bled-bnr-img .slide .slide-list {
        height: 100%; }

@media (max-width: 1500px) {
  .bled-content-right {
    margin-right: -100px; } }
@media (max-width: 1400px) {
  .bled-content-right {
    margin-right: -50px; } }
@media (max-width: 1300px) {
  .bled-content-right {
    margin-right: 0; } }
@media (max-width: 768px) {
  .bled-bnr .inner {
    padding: 0; }

  .bled-content-right .bled-bnr-img {
    width: 100%;
    margin: 0;
    position: relative; }
  .bled-content-right .bled-bnr-figure-content {
    padding-left: 20px; }
    .bled-content-right .bled-bnr-figure-content img {
      width: 30%; } }
.bled-notice {
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 0; }
  .bled-notice a {
    color: #fff;
    letter-spacing: 0.075em; }
    .bled-notice a:hover {
      color: #ccc; }
      .bled-notice a:hover dl dt {
        border-color: #ccc; }
    .bled-notice a dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .bled-notice a dl dt {
        border: 1px solid #fff;
        display: inline-block;
        padding: 3px 20px; }
      .bled-notice a dl dd {
        flex: 1 0 80%;
        max-width: 80%; }
        .bled-notice a dl dd p {
          display: inline-block;
          vertical-align: middle;
          padding-left: 25px; }
        .bled-notice a dl dd .notice-content {
          width: 80%;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }

@media (max-width: 500px) {
  .bled-notice {
    padding: 12px 0; }
    .bled-notice a dl {
      display: block;
      font-size: 14px; }
      .bled-notice a dl dd {
        max-width: 100%; }
        .bled-notice a dl dd p {
          padding-left: 0; }
        .bled-notice a dl dd .notice-content {
          width: 100%; } }
.bg-bled {
  background: url(../img/bled/bg-about.jpg);
  background-size: cover; }

.bled-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end; }
  .bled-section-head p {
    padding-bottom: 35px;
    margin-left: -77px;
    letter-spacing: 0.125em; }

.bled-section-ttl {
  font-size: 65px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Staatliches', cursive; }

@media (max-width: 768px) {
  .bled-section-ttl {
    font-size: 36px; } }
.bled-section-txt {
  line-height: 2; }

.bled-about-section {
  padding: 60px 0 100px 0; }
  .bled-about-section .bled-about-content {
    width: 40%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 50px;
    height: min-content; }
  .bled-about-section figure {
    width: 70%;
    margin-left: -10%;
    z-index: 1;
    margin-top: 15%; }

@media (max-width: 1200px) {
  .bled-about-section .bled-about-content {
    width: 60%; }
  .bled-about-section figure {
    width: 80%;
    margin-left: -40%; } }
@media (max-width: 768px) {
  .bled-about-section .bled-about-content {
    width: 100%; }
  .bled-about-section figure {
    width: 100%;
    margin-left: 0;
    margin-top: -5%; } }
@media (max-width: 500px) {
  .bled-about-section .bled-about-content {
    padding: 30px; } }
.bled-hair-section {
  padding-bottom: 50px; }
  .bled-hair-section .bled-hair-ttl {
    margin-top: -30px; }
    .bled-hair-section .bled-hair-ttl .bled-hair-ttl-img {
      width: 50%; }
    .bled-hair-section .bled-hair-ttl .bled-section-ttl-right {
      float: right;
      width: max-content;
      font-size: 65px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-family: 'Staatliches', cursive;
      padding: 150px 15px 0 30px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      line-height: 1.8;
      max-width: 50%; }
  .bled-hair-section .hairdesign-imgs {
    padding: 50px 0; }
    .bled-hair-section .hairdesign-imgs ul li {
      width: 24%; }

@media (max-width: 768px) {
  .bled-hair-section .bled-hair-ttl .bled-hair-ttl-img {
    width: 100%; }
  .bled-hair-section .bled-hair-ttl .bled-section-ttl-right {
    max-width: 100%;
    padding: 60px 15px 0 30px;
    margin: -50px 30px 50px auto;
    font-size: 36px; }
  .bled-hair-section .hairdesign-imgs {
    padding: 20px 0; }
    .bled-hair-section .hairdesign-imgs ul li {
      width: 48%; } }
.bled-staff-section .bled-staff-ttl {
  background: url(../img/bled/bg-staff.jpg);
  padding: 100px 0;
  background-size: cover;
  color: #fff; }
.bled-staff-section .bled-staff-content {
  padding: 50px 0; }
  .bled-staff-section .bled-staff-content ul li {
    position: relative;
    display: block;
    padding-bottom: 20px; }
    .bled-staff-section .bled-staff-content ul li .list-inner {
      position: relative; }
    .bled-staff-section .bled-staff-content ul li .image {
      width: 100%;
      height: 0;
      padding-bottom: 142%;
      position: relative;
      overflow: hidden; }
      .bled-staff-section .bled-staff-content ul li .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        max-width: none;
        max-width: initial;
        width: auto;
        transform: translate(-50%, -50%); }
    .bled-staff-section .bled-staff-content ul li dl {
      background: rgba(255, 255, 255, 0.55);
      text-align: center;
      padding: 20px 0;
      position: absolute;
      width: 100%;
      bottom: 0; }
      .bled-staff-section .bled-staff-content ul li dl dd {
        font-size: 14px;
        font-family: 'Crimson Text', serif;
        font-weight: 400;
        color: #666;
        letter-spacing: 0.075em; }
      .bled-staff-section .bled-staff-content ul li dl dt {
        font-size: 18px;
        letter-spacing: 0.2em; }
    .bled-staff-section .bled-staff-content ul li .icon {
      background: #fff;
      position: absolute;
      left: 10px;
      top: 15px;
      width: 60px;
      height: 60px;
      padding: 10px;
      border-radius: 50%;
      transition: all .4s ease;
      -webkit-transition: all .4s ease; }
      .bled-staff-section .bled-staff-content ul li .icon:hover {
        opacity: .7;
        -moz-opacity: .7;
        filter: alpha(opacity=70);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1, 1.1); }
    .bled-staff-section .bled-staff-content ul li .pos-label {
      position: absolute;
      right: 0;
      top: 0;
      max-width: calc(100% - 90px);
      padding: 4px 15px;
      background: rgba(102, 102, 102, 0.6);
      color: #fff;
      display: inline-block;
      text-align: center; }

@media (max-width: 768px) {
  .bled-staff-section .bled-staff-ttl {
    padding: 30px 0; }
  .bled-staff-section .bled-staff-content ul {
    margin-left: -10px;
    margin-right: -10px; }
    .bled-staff-section .bled-staff-content ul li {
      width: 48%;
      padding-right: 10px;
      padding-left: 10px; }
      .bled-staff-section .bled-staff-content ul li dl {
        padding: 6px 0; }
        .bled-staff-section .bled-staff-content ul li dl dt {
          font-size: 16px; }
        .bled-staff-section .bled-staff-content ul li dl dd {
          font-size: 14px; }
      .bled-staff-section .bled-staff-content ul li .icon {
        top: 10px;
        padding: 5px;
        width: 30px;
        height: 30px; }
      .bled-staff-section .bled-staff-content ul li .pos-label {
        max-width: calc(100% - 60px);
        padding: 2px 10px;
        font-size: 12px;
        line-height: 16px; } }
@media (max-width: 767px) {
  .bled-staff-section .bled-staff-content ul li .pos-label {
    max-width: 100%;
    top: auto;
    left: 0;
    right: auto;
    bottom: 100%;
    display: block; } }
@media (max-width: 500px) {
  .bled-staff-section .bled-staff-content ul li {
    width: 100%; } }
.bled-section-ttl-left {
  width: max-content;
  font-size: 65px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Staatliches', cursive;
  padding: 60px 100px 0 30px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.8;
  max-width: 50%; }

@media (max-width: 768px) {
  .bled-section-ttl-left {
    font-size: 36px;
    padding-right: 20px;
    padding-top: 40px; } }
.bled-menu-section {
  margin-top: -20px; }
  .bled-menu-section .bled-menu-content {
    padding-top: 90px; }
    .bled-menu-section .bled-menu-content p {
      line-height: 1.8;
      letter-spacing: 0.075em; }
    .bled-menu-section .bled-menu-content .bled-improvement-menu {
      margin-bottom: 30px; }
    .bled-menu-section .bled-menu-content .bled-menu-group {
      margin-bottom: 20px; }
      .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-main,
      .bled-menu-section .bled-menu-content .bled-menu-group .bled-eyerush-other-menu {
        width: 48%; }
      .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-full {
        width: 100%; }
        .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-full li {
          width: 48%; }
      .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-ttl {
        font-family: 'Crimson Text', serif;
        font-weight: 400;
        font-size: 22px;
        letter-spacing: 0.075em;
        border-bottom: 1px dotted #333;
        padding: 20px 0 10px 0;
        text-transform: uppercase; }
        .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-ttl span {
          font-size: 14px;
          margin-left: 15px; }
      .bled-menu-section .bled-menu-content .bled-menu-group .bled-price-list {
        padding-top: 15px; }
        .bled-menu-section .bled-menu-content .bled-menu-group .bled-price-list p {
          display: inline-block;
          font-size: 18px; }
        .bled-menu-section .bled-menu-content .bled-menu-group .bled-price-list .bled-item-price {
          float: right; }
    .bled-menu-section .bled-menu-content .bled-menu-btn {
      background-color: #4D4D4D;
      text-align: center;
      font-size: 20px;
      margin-bottom: 100px; }
      .bled-menu-section .bled-menu-content .bled-menu-btn a {
        padding: 40px 0;
        display: block;
        color: white;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease; }
        .bled-menu-section .bled-menu-content .bled-menu-btn a span {
          display: block;
          margin-top: 3px;
          font-family: 'Staatliches', cursive; }
      .bled-menu-section .bled-menu-content .bled-menu-btn:hover a {
        color: #333; }
  .bled-menu-section .bled-menus-img {
    padding: 50px 0; }
    .bled-menu-section .bled-menus-img li {
      width: 32%; }

@media (max-width: 768px) {
  .bled-menu-section .bled-menu-content {
    padding-top: 30px; }
    .bled-menu-section .bled-menu-content p {
      font-size: 14px; }
    .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-ttl span {
      margin-left: 0;
      display: block;
      line-height: 18px;
      font-size: 13px; }
      .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-ttl span:first-child {
        margin-top: 6px; }
    .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-main,
    .bled-menu-section .bled-menu-content .bled-menu-group .bled-eyerush-other-menu,
    .bled-menu-section .bled-menu-content .bled-menu-group .bled-menus-img li {
      width: 100%; }
    .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-full {
      width: 100%; }
      .bled-menu-section .bled-menu-content .bled-menu-group .bled-menu-full li {
        width: 100%; }
    .bled-menu-section .bled-menu-content .bled-menu-group .bled-price-list p {
      font-size: 16px;
      vertical-align: middle;
      display: block; }
    .bled-menu-section .bled-menu-content .bled-menu-group .bled-price-list .bled-item-price {
      float: none;
      text-align: right; } }
.news-section {
  background: transparent; }
  .news-section .news-contents {
    padding: 0 0 50px; }
    .news-section .news-contents ul li {
      width: 100%; }
      .news-section .news-contents ul li .news-type {
        background: #000; }

.bled-shop-section {
  padding-bottom: 80px; }
  .bled-shop-section .bled-shop-content {
    background: url("../img/bled/img-shop.jpg") no-repeat left bottom 30px;
    background-size: 55%;
    margin: 60px 0 0; }
    .bled-shop-section .bled-shop-content .bled-shop-txt {
      width: 40%;
      margin-right: 0;
      margin-left: auto;
      padding: 50px;
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      line-height: 2;
      height: min-content; }
      .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-logo img {
        width: 30%; }
      .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-info {
        margin-top: 30px;
        height: min-content; }
        .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-info .bled-shop-info-ttl {
          width: 25%; }
        .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-info .bled-shop-info-txt {
          width: 75%; }
          .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-info .bled-shop-info-txt a:link, .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-info .bled-shop-info-txt a:visited, .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-info .bled-shop-info-txt a:hover, .bled-shop-section .bled-shop-content .bled-shop-txt .bled-shop-info .bled-shop-info-txt a:active {
            color: #fff; }
    .bled-shop-section .bled-shop-content .bled-shop-golink {
      width: 40%;
      margin-left: auto;
      margin-right: 0; }
      .bled-shop-section .bled-shop-content .bled-shop-golink a {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 270px; }

@media (max-width: 768px) {
  .bled-shop-section {
    padding-bottom: 60px; }
    .bled-shop-section .bled-shop-content {
      padding: 0 20px;
      background: none;
      margin-top: 40px; }
      .bled-shop-section .bled-shop-content .inner {
        padding: 42.5287356322% 0 0;
        background: url("../img/bled/img-shop.jpg") no-repeat center top;
        background-size: contain; }
      .bled-shop-section .bled-shop-content .bled-shop-txt {
        width: 100%;
        margin-left: 0;
        font-size: 14px; }
      .bled-shop-section .bled-shop-content .bled-shop-golink {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px auto;
        width: 100%;
        text-align: center;
        padding-right: 0; }
        .bled-shop-section .bled-shop-content .bled-shop-golink a {
          width: 100%;
          max-width: 400px;
          margin: 10px auto; }

  .bled-section-head {
    display: block; }
    .bled-section-head p {
      margin: 20px auto 0;
      padding-bottom: 0; }

  .bled-menu-section .bled-menu-content .bled-menu-btn {
    font-size: 18px;
    margin-bottom: 0; }
    .bled-menu-section .bled-menu-content .bled-menu-btn a {
      padding: 20px 0; } }
@media (max-width: 500px) {
  .bled-shop-section .bled-shop-content .bled-shop-txt {
    padding: 30px 20px; }
  .bled-shop-section .bled-shop-content .bled-shop-logo img {
    width: 50%; }
  .bled-shop-section .bled-shop-golink {
    width: 100%;
    margin: 0 auto; }
    .bled-shop-section .bled-shop-golink .contactlink-btn,
    .bled-shop-section .bled-shop-golink .reservationlink-btn {
      position: relative;
      margin: 20px auto; } }
.footermenu-area {
  background: #000; }

.common-bnr-section {
  padding: 50px 0; }

@media (max-width: 768px) {
  .common-bnr-section {
    padding: 20px 0; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* ******************************************************************** */

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