/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, 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, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

body {
  overflow: hidden; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.is-pc-hide {
  display: none; }

.section-box.is-header {
  background-image: url(/assets/img/bg_header.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  padding-top: 60px; }

.section-box.is-02 {
  background-color: #F6FAF9; }

.section-box.is-06 {
  height: 519px;
  background-image: url(/assets/img/bg_section06_01.png), url(/assets/img/bg_section06_02.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat,no-repeat; }

.site-header {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .site-header:after {
    clear: both; }

.header-site-name {
  float: left;
  padding-top: 10px; }

.header-contact {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-tel__mark {
    padding-right: 3px;
    line-height: 28px;
    padding-top: 8px; }
  .header-tel__num {
    padding-right: 8px;
    font-size: 26px;
    line-height: 28px;
    color: #ee5b0b;
    font-family: serif; }
  .header-tel__time {
    font-size: 11px;
    line-height: 1.2; }

.header-mail__link {
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6ea), color-stop(30%, #ede8cb), color-stop(49%, #ebdaa6), color-stop(60%, #ebdaa6), to(#faf6ea));
  background-image: linear-gradient(0deg, #faf6ea 0%, #ede8cb 30%, #ebdaa6 49%, #ebdaa6 60%, #faf6ea 100%);
  -webkit-box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.09);
  width: 269px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  color: #000;
  text-decoration: none; }
  .header-mail__link::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    border-top: solid 2px;
    border-right: solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 12px;
    top: -3px; }

.main-image {
  position: relative;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  height: 541px;
  background-image: url(/assets/img/bg_main_01.png);
  background-position: center top;
  z-index: 3; }
  .main-image__main-text {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px; }

.cont-section-01 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(46%, #ede8cb), to(white));
  background-image: linear-gradient(0deg, white 0%, #ede8cb 46%, white 100%);
  height: 476px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  margin-top: -31px; }
  .cont-section-01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px; }
  .cont-section-01__item {
    width: 338px;
    height: 348px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 30px 20px; }
    .cont-section-01__item_01 {
      background-image: url(/assets/img/bg_section01_01.png); }
    .cont-section-01__item_02 {
      background-image: url(/assets/img/bg_section01_02.png); }
    .cont-section-01__item_03 {
      background-image: url(/assets/img/bg_section01_03.png); }
  .cont-section-01__image {
    height: 90px;
    margin-bottom: 20px; }
  .cont-section-01__title {
    font-size: 22px;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 12px; }
  .cont-section-01__text {
    font-size: 14px; }

.cont-section-02 {
  max-width: 2000px;
  height: 560px;
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(/assets/img/bg_section02_01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .cont-section-02__title {
    margin-bottom: 20px; }
  .cont-section-02__text {
    font-size: 14px; }

.cont-section-04 {
  max-width: 2000px;
  height: 658px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(/assets/img/bg_section04_01.jpg);
  background-position: center top;
  background-repeat: no-repeat; }
  .cont-section-04__title {
    margin-bottom: 40px; }
  .cont-section-04__text {
    margin-bottom: 20px;
    font-size: 22px; }

.cont-section-05 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(/assets/img/bg_section05_04.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .cont-section-05__text {
    margin-bottom: 30px; }
.cont-section-05__lead {
    background-image: url(/assets/img/bg_section05_06.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 60px;
    padding-bottom: 30px;
}
  .cont-section-05__title {
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cont-section-05__title_sub {
    font-weight: bold;
    font-family: serif;
    margin-bottom: 30px; }
    .cont-section-05__title_sub .main {
      display: block;
      font-size: 30px;
      color: #df3400; }
    .cont-section-05__title_sub .sub {
      font-size: 14px;
      color: #666; }
  .cont-section-05__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: -13px; }
  .cont-section-05__item {
    width: 387px;
    height: 326px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 20px;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cont-section-05__item_01 {
      background-image: url(/assets/img/bg_section05_01.png); }
    .cont-section-05__item_02 {
      background-image: url(/assets/img/bg_section05_02.png); }
    .cont-section-05__item_03 {
      background-image: url(/assets/img/bg_section05_03.png); }
  .cont-section-05__type {
    margin-bottom: 10px; }
  .cont-section-05__list-title {
    font-size: 32px;
    font-family: serif;
    line-height: 1.2; }
  .cont-section-05__price-detail {
    border-top: dotted 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cont-section-05__price-detail-title {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px; }
  .cont-section-05__price-detail-value {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .cont-section-05__attention {
    line-height: 1.4;
    font-size: 13px; }

.cont-section-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .cont-section-06__main {
    padding-left: 30px; }
  .cont-section-06__salon-name {
    font-size: 24px;
    margin-bottom: 5px; }
  .cont-section-06__address {
    font-size: 14px;
    margin-bottom: 10px; }
  .cont-section-06-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cont-section-06-tel__mark {
      padding-top: 5px;
      padding-right: 5px; }
    .cont-section-06-tel__num {
      font-size: 32px;
      font-family: serif;
      color: #df3400; }
  .cont-section-06__time {
    font-size: 14px;
    margin-bottom: 10px; }
  .cont-section-06__link {
    display: inline-block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6ea), color-stop(30%, #ede8cb), color-stop(45%, #ebdaa6), color-stop(48%, #ece1b9), color-stop(50%, #ede8cb), color-stop(60%, #ebdaa6), to(#faf6ea));
    background-image: linear-gradient(0deg, #faf6ea 0%, #ede8cb 30%, #ebdaa6 45%, #ece1b9 48%, #ede8cb 50%, #ebdaa6 60%, #faf6ea 100%);
    -webkit-box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
    width: 310px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-family: serif;
    text-align: center;
    text-decoration: none;
    color: #000000; }
    .cont-section-06__link::after {
      content: '';
      display: inline-block;
      position: relative;
      width: 8px;
      height: 8px;
      border-top: solid 2px;
      border-right: solid 2px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: 12px;
      top: -3px; }

.cont-section-07 {
  height: 376px;
  background-image: url(/assets/img/bg_section07_01.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f7d6e5;
  padding-top: 60px;
  text-align: center; }
  .cont-section-07__title {
    margin-bottom: 40px; }
  .cont-section-07__main {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    border-top: dotted 1px #000; }
  .cont-section-07__text a {
    color: #000; }

.site-footer-row01 {
  padding-top: 30px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .site-footer-row01 > div {
    margin-left: 15px;
    margin-right: 15px; }

.footer-site-name__title {
  margin-bottom: 10px; }

.footer-address {
  font-size: 14px; }

.footer-tel-text {
  font-size: 14px; }

.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-tel__mark {
    padding-right: 5px; }
  .footer-tel__num {
    font-size: 36px;
    font-family: serif;
    line-height: 36px; }

.footer-tel-time {
  font-size: 14px; }

.footer-mail__link {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6ea), color-stop(30%, #ede8cb), color-stop(45%, #ebdaa6), color-stop(48%, #ece1b9), color-stop(50%, #ede8cb), color-stop(60%, #ebdaa6), to(#faf6ea));
  background-image: linear-gradient(0deg, #faf6ea 0%, #ede8cb 30%, #ebdaa6 45%, #ece1b9 48%, #ede8cb 50%, #ebdaa6 60%, #faf6ea 100%);
  -webkit-box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
  width: 334px;
  height: 100px;
  font-size: 18px;
  font-family: serif;
  text-align: center;
  text-decoration: none;
  color: #000000;
  line-height: 40px; }

.site-footer-row02 {
  background-color: #fbf4f7;
  padding-top: 40px;
  padding-bottom: 40px; }

.footer-seals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1042px;
  margin-left: auto;
  margin-right: auto; }
  .footer-seals__item {
    font-size: 12px;
    padding-right: 24px; }
  .footer-seals__image {
    padding-right: 5px; }
    .footer-seals__image img {
      height: 44px;
      width: auto; }

address {
  background-color: #a0446c;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 12px;
  font-style: normal; }

.sp-header {
  clear: both;
  padding-top: 5px; }
  .sp-header__menu-btn {
    position: absolute;
    right: 10px;
    top: 10px; }
  .sp-header__nav {
    position: relative;
    margin-left: -10px;
    margin-right: -10px; }
  .sp-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #dcc696; }
  .sp-header__nav-item {
    width: calc(50% - 0.5px); }
    .sp-header__nav-item a {
      position: relative;
      display: inline-block;
      padding-top: 10px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6ea), color-stop(30%, #ede8cb), color-stop(45%, #ebdaa6), color-stop(48%, #ece1b9), color-stop(50%, #ede8cb), color-stop(60%, #ebdaa6), to(#faf6ea));
      background-image: linear-gradient(0deg, #faf6ea 0%, #ede8cb 30%, #ebdaa6 45%, #ece1b9 48%, #ede8cb 50%, #ebdaa6 60%, #faf6ea 100%);
      -webkit-box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
      width: 334px;
      height: 100px;
      font-size: 18px;
      font-family: serif;
      text-align: center;
      text-decoration: none;
      color: #000000;
      line-height: 40px; }

.sp-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f6ebda;
  z-index: 100;
  border-top: solid 1px #e5e5e5;
  padding-bottom: 20px; }
  .sp-menu__item {
    border-bottom: solid 1px #e5e5e5; }
    .sp-menu__item a {
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #000; }
  .sp-menu__btn-list-item {
    padding: 10px; }
    .sp-menu__btn-list-item a {
      position: relative;
      display: inline-block;
      padding-top: 10px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6ea), color-stop(30%, #ede8cb), color-stop(45%, #ebdaa6), color-stop(48%, #ece1b9), color-stop(50%, #ede8cb), color-stop(60%, #ebdaa6), to(#faf6ea));
      background-image: linear-gradient(0deg, #faf6ea 0%, #ede8cb 30%, #ebdaa6 45%, #ece1b9 48%, #ede8cb 50%, #ebdaa6 60%, #faf6ea 100%);
      -webkit-box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
      width: 334px;
      height: 100px;
      font-size: 16px;
      font-family: serif;
      text-align: center;
      text-decoration: none;
      color: #000000;
      line-height: 40px; }
      .sp-menu__btn-list-item a::before {
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        content: '';
        width: 18px;
        height: 15px;
        background-image: url(/assets/img/icon_sp_header_01.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      .sp-menu__btn-list-item a::after {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: solid 2px;
        border-right: solid 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 12px; }
    .sp-menu__btn-list-item_mail a::before {
      background-image: url(/assets/img/icon_sp_header_02.png); }

.sec05-tmp {
  margin-top: 40px;
  text-align: center;
  background-color: #fff;
  width: 400px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  -webkit-box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1); }
  .sec05-tmp-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sec05-tmp-tel__mark {
      padding-right: 5px; }
    .sec05-tmp-tel__num {
      font-size: 36px;
      font-family: serif;
      line-height: 36px; }
    .sec05-tmp-tel-time {
      font-size: 14px; }
  .sec05-tmp-mail {
    padding-top: 40px; }
    .sec05-tmp-mail__link {
      position: relative;
      display: inline-block;
      padding-top: 10px;
      border-radius: 10px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6ea), color-stop(30%, #ede8cb), color-stop(45%, #ebdaa6), color-stop(48%, #ece1b9), color-stop(50%, #ede8cb), color-stop(60%, #ebdaa6), to(#faf6ea));
      background-image: linear-gradient(0deg, #faf6ea 0%, #ede8cb 30%, #ebdaa6 45%, #ece1b9 48%, #ede8cb 50%, #ebdaa6 60%, #faf6ea 100%);
      -webkit-box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.1);
      width: 334px;
      height: 100px;
      font-size: 18px;
      font-family: serif;
      text-align: center;
      text-decoration: none;
      color: #000000;
      line-height: 40px; }
    @media only screen and (max-device-width: 767px) {
      .footer-seals__text {
        text-align: center;
      }
  .is-sp-hide {
    display: none; }
    .is-pc-hide {
      display: inherit; }
    .section-box.is-header {
      background-image: none;
      padding-top: 0; }
    .section-box.is-06 {
      background-image: none;
      height: auto; }
    .site-header {
      position: relative;
      width: auto;
      padding-left: 10px;
      padding-right: 10px; }
    .header-site-name {
      width: 180px; }
    .header-contact {
      display: none; }
    .main-image {
      position: relative;
      padding-top: 72.13333%;
      height: 0;
      background-image: url(/assets/img/bg_main_01_sp.png);
      background-size: 100% auto;
      overflow: hidden; }
      .main-image__main-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 0; }
    .cont-section-01 {
      height: auto; }
      .cont-section-01__list {
        padding-top: 40px;
        display: block; }
      .cont-section-01__item {
        position: relative;
        width: auto;
        height: 0;
        padding: 49.85673% 0 0;
        background-size: contain;
        overflow: hidden; }
        .cont-section-01__item-inner {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        .cont-section-01__item_01 {
          background-image: url(/assets/img/bg_section01_01_sp.png); }
        .cont-section-01__item_02 {
          background-image: url(/assets/img/bg_section01_02_sp.png);
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; }
        .cont-section-01__item_03 {
          background-image: url(/assets/img/bg_section01_03_sp.png); }
      .cont-section-01__image {
        position: absolute;
        left: 20px;
        top: 30px;
        width: 60px;
        height: auto; }
      .cont-section-01__title {
        font-size: 15px;
        text-align: left;
        padding-top: 25px;
        margin-left: 90px;
        margin-bottom: 5px; }
      .cont-section-01__text {
        padding-right: 10px;
        text-align: left;
        margin-left: 90px;
        font-size: 10px; }
    .cont-section-02 {
      background-color: #fff;
      height: auto;
      padding-top: 20px;
      padding-bottom: 220px;
      background-image: url(/assets/img/bg_section02_01_sp.jpg);
      background-position: center bottom;
      background-size: 100% auto; }
      .cont-section-02__title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; }
      .cont-section-02__text {
        font-size: 11px; }
    .cont-section-04 {
      height: auto;
      padding-top: 40px;
      background-size: auto 100%;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 40px; }
      .cont-section-04__title {
        margin-bottom: 20px; }
      .cont-section-04__text {
        font-size: 12px;
        font-family: serif; }
    .cont-section-05 {
      height: auto;
      background-color: #fff;}
      .cont-section-05__text {
        margin-bottom: 15px; }
      .cont-section-05__lead {
        background-image: url(/assets/img/bg_section05_06_sp.png);
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px; 
        font-size: 14px; }
      .cont-section-05__title {
        margin-bottom: 20px; }
      .cont-section-05__title_sub {
        margin-bottom: 15px; }
        .cont-section-05__title_sub .main {
          font-size: 25px; }
      .cont-section-05__list {
        margin-top: 0;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0; }
      .cont-section-05__item {
        width: auto;
        height: auto;
        min-width: 300px;
        max-width: 387px;
        margin: 0 auto 20px;
        padding: 45px 30px 30px 30px; }
        .cont-section-05__item_02 {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; }
      .cont-section-05__type {
        font-size: 10px;
        margin-bottom: 5px; }
      .cont-section-05__list-title {
        font-size: 26px; }
      .cont-section-05__price-detail {
        font-size: 12px; }
      .cont-section-05__attention {
        text-align: left;
        font-size: 10px; }
    .cont-section-06 {
      display: block;
      padding-top: 20px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 40px; }
    .cont-section-06__map {
      display: none; }
      .cont-section-06__main {
        padding-left: 0; }
    .cont-section-06__title {
      width: 164px;
      margin-left: auto;
      margin-right: auto; }
      .cont-section-06__salon-name {
        font-size: 18px; }
      .cont-section-06__address {
        font-size: 12px; }
        .cont-section-06-tel__num {
          font-size: 22px; }
      .cont-section-06__time {
        font-size: 10px; }
    .cont-section-06__btn {
      margin-top: 20px;
      text-align: center; }
      .cont-section-06__link {
        width: auto;
        height: auto;
        line-height: 2.4;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px; }
    .cont-section-07 {
      padding-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px;
      height: auto; }
      .cont-section-07__title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
      .cont-section-07__main {
        width: auto;
        padding-top: 20px;
        font-size: 14px; }
    .site-footer-row01 {
      display: block;
      padding-bottom: 40px; }
    .footer-site-name__title {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; }
    .footer-address {
      font-size: 10px;
      text-align: center;
      margin-bottom: 20px; }
    .footer-tel-text {
      text-align: center;
      font-size: 12px;
      margin-bottom: 5px; }
    .footer-tel {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer-tel__num {
        font-size: 28px; }
    .footer-tel-time {
      text-align: center;
      font-size: 10px;
      margin-bottom: 20px; }
    .footer-mail__link {
      width: 100%;
      line-height: 1.2;
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
      .footer-mail__link span {
        font-size: 12px; }
      .footer-mail__link::after {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: solid 2px;
        border-right: solid 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 12px; }
    .site-footer-row02 {
      padding-bottom: 20px; }
    .footer-seals {
      width: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer-seals__item {
        padding-right: 0;
        margin-bottom: 10px;
        font-size: 10px; }
    address {
      font-size: 10px; }
        .sp-header__nav-item a {
          width: 100%;
          line-height: 1.2;
          height: auto;
          padding-top: 8px;
          padding-bottom: 8px; }
        .sp-menu__btn-list-item a {
          width: 100%;
          line-height: 1.2;
          height: auto;
          padding-top: 10px;
          padding-bottom: 10px; }
    .sec05-tmp {
      margin-top: 20px;
      width: auto;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
        .sec05-tmp-tel__num {
          font-size: 28px; }
        .sec05-tmp-mail__link {
          width: 100%;
          line-height: 1.2;
          height: auto;
          padding-top: 10px;
          padding-bottom: 10px; }
          .sec05-tmp-mail__link span {
            font-size: 12px; }
          .sec05-tmp-mail__link::after {
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: solid 2px;
            border-right: solid 2px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-left: 12px; } }
