@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#container {
  width: 100%;
  min-width: 1040px;
  _height: 100%;
  height: auto !important;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  z-index: 2;
}

header, article, footer {
  width: 100%;
  min-width: 1040px;
}

.container {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#menu {
  display: none;
}

#fadeout {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #187fbc url(../img/loading.gif) no-repeat center center;
  background-size: 300px auto;
}

.reservation {
  display: none;
}
@media screen and (min-width: 1023px) {
  .reservation.show {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .reservation.show .reserve_list {
    width: 700px;
    padding: 50px 50px;
    position: relative;
    color: #fff;
    background: #187fbc;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 2;
  }
  .reservation.show .reserve_list h2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: 'Train One', cursive;
    font-weight: 400;
  }
  .reservation.show .reserve_list h2:before, .reservation.show .reserve_list h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .reservation.show .reserve_list h2:before {
    margin-right: 20px;
  }
  .reservation.show .reserve_list h2:after {
    margin-left: 20px;
  }
  .reservation.show .reserve_list ul {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .reservation.show .reserve_list ul li {
    width: 50%;
  }
  .reservation.show .reserve_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    color: #fff;
    text-decoration: underline;
  }
  .reservation.show .reserve_list ul li a:hover {
    text-decoration: none;
  }
  .reservation.show .reserve_list .reserve_close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .reservation.show .reserve_list .reserve_close > div {
    width: 100%;
    height: 1px;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
  }
  .reservation.show .reserve_list .reserve_close > div:nth-of-type(1) {
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .reservation.show .reserve_list .reserve_close > div:nth-of-type(2) {
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .reservation.show .reserve_list .reserve_close:hover > div:nth-of-type(2) {
    width: 50%;
  }
  .reservation.show .reserve_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
  .reservation {
    display: none;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

pre {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

img {
  border: 0;
  max-width: 100%;
  line-height: 1.0em;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.naka {
  text-align: center;
}

.hidari {
  float: left;
  margin: 0 15px 15px 0;
}

.migi {
  float: right;
  margin: 0 0 15px 15px;
}

.thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
img.alignleft,
img.alignright {
  display: inline;
  margin-top: 4px;
}

.alignleft,
img.alignleft {
  float: left;
  margin-right: 24px;
}

.alignright,
img.alignright {
  float: right;
  margin-left: 24px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 15px;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover, a:active {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@font-face {
  font-family: 'icon';
  src: url("font/icon/icon.ttf?nr3fib") format("truetype"), url("font/icon/icon.woff?nr3fib") format("woff"), url("font/icon/icon.svg?nr3fib#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change font/icon */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
  content: "\e900";
}

.icon-scissor:before {
  content: "\e901";
}

header {
  position: fixed;
  padding: 30px;
  z-index: 4;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header h1 {
  float: left;
  width: 150px;
  height: 50px;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: 150px auto;
}
header nav {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
header nav ul li {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.06em;
}
header nav ul li small {
  display: block;
  margin-top: 4px;
  font-family: "Raleway";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
header nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  color: #187fbc;
}
header nav ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #187fbc;
}
header nav .tel {
  margin-left: 40px;
  position: relative;
  font-family: 'Mukta', sans-serif;
  font-size: 30px;
  line-height: 30px;
}
header nav .tel a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
  position: relative;
  color: #187fbc;
}
header nav .tel a:hover {
  text-decoration: none;
}
header nav .tel a:before {
  display: block;
  font-family: 'icon';
  content: "\e900";
  position: absolute;
  left: 0;
  font-size: 26px;
}
header nav .tel a small {
  display: block;
  margin-top: 5px;
  position: relative;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
}
header nav .tel a small:before, header nav .tel a small:after {
  display: block;
  content: "";
  width: 3px;
  height: 11px;
  position: absolute;
  top: 0;
  border-top: 1px solid #187fbc;
  border-bottom: 1px solid #187fbc;
}
header nav .tel a small:before {
  left: 0;
  border-left: 2px solid #187fbc;
}
header nav .tel a small:after {
  right: 0;
  border-right: 2px solid #187fbc;
}
header nav .tel:before {
  width: 1px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  background: #187fbc;
}
header nav #reserve {
  width: 50px;
  margin-left: 20px;
  padding-top: 33px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  background: #187fbc;
  border-radius: 5px;
}
header nav #reserve:hover {
  color: #187fbc;
  background: #f0f0f0;
}
header nav #reserve:before {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'icon';
  content: "\e901";
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#video video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video .scroll {
  width: 60px;
  height: 110px;
  margin-left: -30px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/video/scroll.png) no-repeat center center;
  background-size: 50px auto;
  z-index: 2;
}
#video .playbtn {
  width: 120px;
  height: 90px;
  margin: -45px 0 0 -60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/video/playbtn.png) no-repeat center center;
  background-size: 120px 90px;
  opacity: .5;
  z-index: 2;
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #video .scroll {
    bottom: 70px;
  }
}
article {
  padding: 0 0 140px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
article.page .title {
  padding: 150px 0;
  color: #fff;
  letter-spacing: .4em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
article.page .title h2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
article.page .title p {
  margin-bottom: 10px;
  font-family: "Raleway";
  font-size: 30px;
  line-height: 36px;
}
article .banner {
  padding: 50px 5px;
  letter-spacing: -.4em;
}
article .banner li {
  margin: 10px;
  display: inline-block;
  letter-spacing: normal;
}
article .banner li a {
  display: block;
  width: 100%;
  height: 100%;
}
article .banner li a img {
  width: 100%;
  height: auto;
}
article .banner li a:hover {
  opacity: .6;
}

#intro section {
  position: relative;
  background: #fff;
}
#intro section h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: .05em;
  color: #187fbc;
}
#intro section h2 + p {
  margin-bottom: 50px !important;
  color: #187fbc !important;
}
#intro section.concept {
  padding: 100px 20px;
  background: url(../img/article/intro/concept/bg.jpg) no-repeat center center;
  background-size: cover;
}
#intro section.concept p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #454545;
}
#intro section.concept p:last-child {
  margin-bottom: 0;
}
#intro section.staff ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#intro section.staff ul li {
  display: inline-block;
  width: 50%;
  position: relative;
  vertical-align: top;
}
#intro section.staff ul li > div {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;
  letter-spacing: normal;
  text-align: left;
}
#intro section.staff ul li > div h3, #intro section.staff ul li > div p {
  position: relative;
  z-index: 2;
}
#intro section.staff ul li > div h3 span, #intro section.staff ul li > div p span {
  display: inline-block;
  background: #fff;
}
#intro section.staff ul li > div h3 {
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: .1em;
}
#intro section.staff ul li > div h3 span {
  padding: 15px 20px;
}
#intro section.staff ul li > div p {
  font-size: 11px;
  line-height: 16px;
}
#intro section.staff ul li > div p span {
  padding: 10px 20px;
}
#intro section.staff ul li > div .thumb {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#intro section.staff ul li .more {
  width: 100%;
  height: 70px;
}
#intro section.staff ul li .more a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  background: #fff url(../img/article/intro/staff/more.png) no-repeat center center;
  background-size: 120px 30px;
  outline: none;
}
#intro section.staff ul li .more a:hover {
  opacity: .6;
}
#intro section.salonmenu {
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
  color: #187fbc;
  background: #e7f2f8;
}
#intro section.salonmenu ul {
  width: 840px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
}
#intro section.salonmenu ul li {
  width: -moz-calc(50% - 20px);
  width: -o-calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  position: relative;
  text-align: left;
}
#intro section.salonmenu ul li h3 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  vertical-align: top;
  border-bottom: 1px solid #187fbc;
}
#intro section.salonmenu ul li h3 span {
  font-size: 11px;
  vertical-align: middle;
}
#intro section.salonmenu ul li dl {
  padding-bottom: 15px;
}
#intro section.salonmenu ul li dl dt {
  width: 230px;
  padding-bottom: 15px;
  float: left;
  clear: both;
  font-size: 14px;
  text-align: right;
}
#intro section.salonmenu ul li dl dd {
  margin-left: 240px;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  text-align: right;
  font-size: 24px;
}
#intro section.salonmenu ul li dl dd span {
  font-size: 14px;
}
#intro section.salonmenu ul li .att {
  padding: 5px 10px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 16px;
  background: #d3e6f1;
  clear: both;
}
#intro section.salonmenu ul li .more {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .2em;
  position: absolute;
  right: 0;
  top: 0;
}
#intro section.salonmenu ul li .more a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 20px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #187fbc;
  border-radius: 9px;
}
#intro section.salonmenu ul li .more a:hover {
  color: #187fbc;
  background: #fff;
  text-decoration: none;
}
#intro section.salonmenu ul li .more a:before {
  font-family: FontAwesome;
  display: block;
  content: "\f0da";
  width: 11px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 0;
}
#intro section.salonmenu .animate {
  position: absolute;
}
#intro section.salonmenu .cloud-l1, #intro section.salonmenu .cloud-l2 {
  right: 50%;
}
#intro section.salonmenu .cloud-r1, #intro section.salonmenu .cloud-r2 {
  left: 50%;
}
#intro section.salonmenu .cloud-l1 {
  margin-right: 295px;
  top: 94px;
}
#intro section.salonmenu .cloud-l1 img {
  width: 150px;
  height: 70px;
}
#intro section.salonmenu .cloud-l2 {
  margin-right: 185px;
  top: 170px;
}
#intro section.salonmenu .cloud-l2 img {
  width: 100px;
  height: 40px;
}
#intro section.salonmenu .cloud-r1 {
  margin-left: 185px;
  top: 165px;
}
#intro section.salonmenu .cloud-r1 img {
  width: 100px;
  height: 50px;
}
#intro section.salonmenu .cloud-r2 {
  margin-left: 305px;
  top: 60px;
}
#intro section.salonmenu .cloud-r2 img {
  width: 190px;
  height: 100px;
}
#intro section.info {
  padding: 100px 0;
}
#intro section.info h2 {
  font-size: 29px;
  line-height: 36px;
}
#intro section.info h2, #intro section.info p {
  text-align: center;
}
#intro section.info h2 + p {
  font-size: 13px;
  line-height: 18px;
}
#intro section.info .container {
  overflow: hidden;
}
#intro section.info .container > div {
  width: 480px;
}
#intro section.info .container .topics {
  float: left;
}
#intro section.info .container .topics iframe {
  height: 100%;
  margin-top: -20px;
}
#intro section.info .container .recommend {
  float: right;
}
#intro section.info .container .recommend ul {
  margin: -20px 0;
}
#intro section.info .container .recommend ul li {
  margin: 20px 0;
}
#intro section.info .container .recommend ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#intro section.info .container .recommend ul li a:hover {
  opacity: .6;
}
#intro section.access #map_canvas {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
#intro section.access #map_canvas iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#intro section.access #map_app {
  display: none;
}

#esthe .title {
  background: url(../img/article/esthe/title.jpg) no-repeat center center;
  background-size: cover;
}
#esthe .entry, #esthe .flow {
  width: 1000px;
  margin: 0 auto;
}
#esthe .entry {
  padding: 100px 50px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
#esthe .entry .video {
  float: right;
  width: 600px;
}
#esthe .entry .video video {
  width: 100%;
}
#esthe .entry .typo {
  position: absolute;
  left: 0;
  bottom: 100px;
}
#esthe .entry .typo p {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  text-shadow: 0px -1px #fff, 1px 0px #fff, 0px 1px #fff, -1px 1px #fff, 0px -1px #fff, 1px 0px #fff, 0px 1px #fff, -1px 1px #fff;
}
#esthe .entry .typo p span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff00 0%);
}
#esthe .flow {
  margin-bottom: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
#esthe .flow li {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
#esthe .flow li .img {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
#esthe .flow li .img img {
  width: 100%;
  height: auto;
}
#esthe .flow li .typo {
  width: -moz-calc(100% - 400px);
  width: -o-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px);
  padding: 40px 60px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
#esthe .flow li .typo h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: .1em;
  font-family: "Raleway";
  border-bottom: 1px solid #231815;
}
#esthe .flow li .typo h3 span {
  font-weight: normal;
  font-size: 50px;
  line-height: 50px;
}
#esthe .flow li .typo p {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
#esthe .flow li:nth-of-type(odd) .typo {
  right: 0;
  -moz-transform: translate(100px, 50px);
  -ms-transform: translate(100px, 50px);
  -webkit-transform: translate(100px, 50px);
  transform: translate(100px, 50px);
}
#esthe .flow li:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#esthe .flow li:nth-of-type(even) .typo {
  left: 0;
  -moz-transform: translate(-100px, 50px);
  -ms-transform: translate(-100px, 50px);
  -webkit-transform: translate(-100px, 50px);
  transform: translate(-100px, 50px);
}

#repair .title {
  background: url(../img/article/repair/title.jpg) no-repeat center center;
  background-size: cover;
}
#repair .entry, #repair .point {
  width: 1000px;
  margin: 0 auto;
}
#repair .entry {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  text-align: left;
}
#repair .entry .img {
  float: left;
  width: 500px;
  background: url(../img/article/repair/img01.jpg) no-repeat center bottom;
  background-size: cover;
}
#repair .entry .typo {
  position: absolute;
  left: 50%;
  bottom: 100px;
}
#repair .entry .typo p {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
#repair .entry .typo p span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff00 0%);
}
#repair .point {
  padding: 0 20px;
}
#repair .point + .point {
  margin-top: 30px;
}
#repair .point:last-of-type {
  margin-bottom: 50px;
}
#repair .point h3 {
  margin-bottom: 50px;
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
#repair .point p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
#repair .point span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff00 0%);
}
#repair .point #movie {
  margin: 30px auto;
}
#repair .point .img {
  margin: 0 auto;
  width: 440px;
  background: url(../img/article/repair/img02.jpg) no-repeat center center;
  background-size: cover;
}

footer {
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e7f2f8;
  z-index: 3;
}
footer .container {
  padding: 30px 0 60px;
}
footer h1 {
  float: left;
  width: 150px;
  height: 50px;
}
footer h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: 150px auto;
}
footer address {
  float: right;
  font-style: normal;
  letter-spacing: -0.4em;
}
footer address ul {
  display: inline-block;
  width: 130px;
  text-align: center;
  letter-spacing: -0.4em;
}
footer address ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  letter-spacing: normal;
}
footer address ul li:nth-of-type(1) a {
  background: #00aced;
}
footer address ul li:nth-of-type(1) a:hover {
  color: #00aced;
  background: #fff;
}
footer address ul li:nth-of-type(2) a {
  background: #305097;
}
footer address ul li:nth-of-type(2) a:hover {
  color: #305097;
  background: #fff;
}
footer address ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
footer address p {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 40px;
  position: relative;
  vertical-align: top;
}
footer address p:before {
  width: 1px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-left: 1px dotted #454545;
}
footer address p.mail {
  height: 50px;
  padding: 1px 0;
  font-size: 11px;
  line-height: 16px;
}
footer address p.mail a {
  color: #187fbc;
  text-decoration: none;
}
footer address p.mail a:hover {
  text-decoration: underline;
}
footer address p.tel {
  width: 210px;
  height: 50px;
  position: relative;
}
footer address p.tel a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/footer/tel.png) no-repeat center center;
  background-size: auto 50px;
}
footer address p.tel.mail {
  height: 50px;
}
footer .copyright {
  width: 100%;
  height: 30px;
  padding: 7px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #187fbc;
}

/*インライン用*/
.inline {
  position: relative;
  margin: 10px auto;
  max-width: 700px;
  background: #fff;
  padding: 20px;
}
.inline table {
  width: 100%;
  border-collapse: collapse;
}
.inline table th, .inline table td {
  font-weight: normal;
  padding: 15px;
  vertical-align: top;
  border-collapse: collapse;
  border-bottom: 1px solid  #f0f0f0;
}
.inline table td {
  width: 75%;
}
.inline table td a {
  color: #187fbc;
  text-decoration: underline;
}
.inline table td a:hover {
  text-decoration: none;
}
.inline li {
  padding-left: 1em;
  position: relative;
}
.inline li:before {
  display: block;
  content: "・";
  width: 1em;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .inline table {
    width: 100%;
    border-collapse: collapse;
  }
  .inline table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .inline table th, .inline table td {
    display: list-item;
    width: 100%;
    padding: 10px;
    border: none;
    list-style: none;
  }
  .inline table th {
    text-align: left;
  }
  .inline table td {
    color: #187fbc;
    background: #f6f6f6;
  }
}
/*表示のエフェクト*/
.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.contact {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  #container,
  header,
  article,
  footer,
  .container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  header h1 {
    float: none;
    width: 150px;
    height: 50px;
    margin: 0 auto;
  }
  header nav {
    display: none;
  }

  article {
    padding: 0;
  }
  article.page .title {
    padding: 50px 0;
  }

  #intro section.concept {
    padding: 50px 20px;
  }
  #intro section.staff ul li {
    display: block;
    width: 100%;
    position: relative;
    vertical-align: top;
  }
  #intro section.staff ul li > div {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  #intro section.staff ul li > div h3, #intro section.staff ul li > div p {
    color: #fff;
  }
  #intro section.staff ul li > div h3 span, #intro section.staff ul li > div p span {
    background: none;
  }
  #intro section.staff ul li > div h3 {
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
  }
  #intro section.staff ul li > div h3 span {
    padding: 0;
  }
  #intro section.staff ul li > div p span {
    padding: 0;
  }
  #intro section.staff ul li .more {
    width: 100%;
    height: 70px;
  }
  #intro section.staff ul li .more a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #fff url(../img/article/intro/staff/more.png) no-repeat center center;
    background-size: 120px 30px;
  }
  #intro section.salonmenu {
    padding: 50px 0 0;
  }
  #intro section.salonmenu ul {
    width: 100%;
    padding: 20px;
  }
  #intro section.salonmenu ul li {
    float: none;
    width: 100%;
    margin: 0;
  }
  #intro section.salonmenu ul li dl dt {
    width: 100%;
    text-align: left;
    float: none;
  }
  #intro section.salonmenu ul li dl dd {
    margin-left: 0;
    padding-bottom: 30px;
    text-align: left;
  }
  #intro section.salonmenu ul li .more {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .2em;
    position: absolute;
    right: 0;
    top: 3px;
  }
  #intro section.info {
    padding: 50px 0;
  }
  #intro section.info .container > div {
    width: 100%;
    padding: 0 20px;
  }
  #intro section.info .container .topics {
    float: none;
    margin-bottom: 30px;
  }
  #intro section.info .container .topics iframe {
    margin-top: -20px;
  }
  #intro section.info .container .recommend {
    float: none;
  }
  #intro section.info .container .recommend ul {
    margin: -20px 0;
  }
  #intro section.info .container .recommend ul li {
    margin: 20px 0;
  }

  #esthe .entry, #esthe .flow {
    width: 100%;
    margin: 0 auto;
  }
  #esthe .entry {
    padding: 50px 20px 0;
  }
  #esthe .entry .video {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  #esthe .entry .typo {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
  }
  #esthe .flow {
    padding: 100px 20px;
  }
  #esthe .flow li {
    margin-bottom: 0;
  }
  #esthe .flow li .typo {
    width: 100%;
    padding: 40px;
    bottom: auto;
    position: relative;
  }
  #esthe .flow li:nth-of-type(odd) .typo {
    right: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #esthe .flow li:nth-of-type(even) {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #esthe .flow li:nth-of-type(even) .typo {
    left: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #esthe .flow br {
    display: none;
  }

  #repair .entry, #repair .point {
    width: 100%;
    margin: 0 auto;
  }
  #repair .entry {
    padding: 50px 20px;
  }
  #repair .entry .img {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  #repair .entry .typo {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
  }
  #repair .entry .typo br {
    display: none;
  }
  #repair .point #movie {
    width: 100%;
    height: auto;
  }
  #repair .point .img {
    width: 100%;
  }

  footer {
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;
  }
  footer .container {
    padding: 20px 0 60px;
  }
  footer h1 {
    display: none;
  }
  footer address {
    float: none;
    padding: 20px;
  }
  footer address ul {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  footer address p {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  footer address p:before {
    display: none;
  }
  footer address p.tel {
    width: 100%;
  }
  footer address p.mail {
    height: auto;
    margin-bottom: 20px;
  }

  #menu {
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 101;
  }
  #menu > div {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  #menu > div h2 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .1em;
    font-family: "Raleway";
    color: #187fbc;
  }
  #menu > div ul li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  #menu > div ul li:nth-child(odd) {
    background: #f0f0f0;
  }
  #menu > div ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #187fbc;
    text-decoration: none;
  }
  #menu > div .close {
    display: block;
    width: 30px;
    position: fixed;
    right: 30px;
    top: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    font-family: "Raleway";
    color: #666;
    background: #f6f6f6;
    border-radius: 50%;
  }
  #menu:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .contact {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.4em;
    text-align: center;
    z-index: 100;
    background: #187fbc;
  }
  .contact li {
    display: inline-block;
    letter-spacing: normal;
  }
  .contact li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .contact li:nth-of-type(1) {
    width: 40%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .contact li:nth-of-type(2) {
    width: 59%;
  }
  .contact li:nth-of-type(2) a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  header {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    text-align: center;
  }
}
