@charset "UTF-8";

/*                reset
======================================================= */
.customize-support #lower_header {
  top: 32px;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.7;
  font-size: 15px;
  -webkit-text-size-adjust: none;
}

p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
  ======================================================= */
a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

a img:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  opacity: .8;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    color: #d9617d;
    text-decoration: underline;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline;
  }
}

/*                common
  ======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.modal_open {
  height: 100%;
  overflow: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}

.bg_site_color {
  background-color: #7b0420;
}

.bg_sitebg_color {
  background-color: #f8f5e6;
}

@media only screen and (max-width: 640px) {

  #service .bg_sitebg_color,
  #home_whitening #home_white_feature .bg_sitebg_color {
    background-color: #ffffff;
  }
}

#service #whitening_area .title_box.bg_sitebg_color {
  background-color: #f8f5e6;
}

#service #whitening_area a .title_box.bg_sitebg_color {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 1025px) {
  #service #whitening_area a:hover .title_box.bg_sitebg_color {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-color: #fae8ed;
  }
}

.qa_parts .question_area .bg_sitebg_color,
#home_whitening #home_white_feature .bg_sitebg_color,
#home_whitening #mouthpiece_use .bg_sitebg_color {
  padding: 30px 35px;
}

@media only screen and (max-width: 640px) {

  .qa_parts .question_area .bg_sitebg_color,
  #home_whitening #home_white_feature .bg_sitebg_color,
  #home_whitening #mouthpiece_use .bg_sitebg_color {
    padding: 0;
  }
}

.bgcolor_white {
  background-color: #ffffff;
}

.bg_white {
  background-color: #ffffff;
  padding: 50px 75px 65px;
}

@media only screen and (max-width: 1200px) {
  .bg_white {
    padding: 30px 45px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .bg_white {
    padding: 20px 35px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_white {
    padding: 20px 20px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_white.top_btm_no {
    padding: 0px 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .bg_white.top_btm_no {
    padding: 0px 20px 0;
  }
}

@media only screen and (max-width: 640px) {
  .bg_white.top_no {
    padding: 0px 20px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .bg_white.top_no {
    padding: 0px 10px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_white.btm_no {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .bg_white.btm_no {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 640px) {
  .bg_white.btm {
    padding: 0px 0px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .bg_white.side_no {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 640px) {

  #service .bg_white,
  .articles .bg_white {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  #contact .change640 .bg_white {
    background-color: #f8f5e6;
  }
}

@media only screen and (max-width: 640px) {
  .service_course .change640 .bg_white {
    background-color: #f8f5e6;
    padding: 0 20px 5px;
  }
}

#pointcard {
  margin-top: 2.5em;
}

#pointcard .course_detail+.course_detail {
  margin-top: 2.5em;
}

#pointcard .long_lasting .float_area {
  overflow: hidden;
  border: 6px #f8f5e6 solid;
  padding: 30px 32px;
}

#pointcard .long_lasting .float_area .text_box {
  float: left;
  width: 50%;
  padding: 0 14px;
}

#pointcard .long_lasting .float_area .img_box {
  float: right;
  width: 50%;
  padding: 0 14px;
}

#pointcard .long_lasting .float_area .img_box img {
  width: 100%;
}

@media only screen and (max-width: 850px) {
  #pointcard .long_lasting .float_area .text_box {
    float: none;
    padding: 0;
    margin-right: 0;
    width: 100%;
  }

  #pointcard .long_lasting .float_area .img_box {
    float: none;
    width: 50%;
    padding: 0;
    margin: 1.2em auto 0;
  }
}

@media only screen and (max-width: 691px) {
  #pointcard .long_lasting .float_area .img_box {
    float: none;
    width: 100%;
    padding: 0;
    margin: 1.2em auto 0;
  }
}

@media only screen and (max-width: 577px) {
  #pointcard .course_detail .inner_bg640w {
    padding: 0;
  }
}

#ptcd::before {
  content: "";
  display: inline-block;
  height: 60px;
  margin-top: -60px;
  vertical-align: top;
}

.lower .content_box,
.lower .main_cotent_area {
  position: relative;
}

.lower .content_box:after,
.lower .main_cotent_area:after {
  content: "";
  background: url(/media/images/common/box_shadow.png) no-repeat center bottom;
  width: 810px;
  height: 11px;
  position: absolute;
  left: 50%;
  margin-left: -405px;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {

  .lower .content_box:after,
  .lower .main_cotent_area:after {
    background-size: 610px 8px;
    width: 610px;
    height: 8px;
    margin-left: -305px;
  }
}

@media only screen and (max-width: 800px) {

  .lower .content_box:after,
  .lower .main_cotent_area:after {
    background-size: 510px 7px;
    width: 510px;
    height: 7px;
    margin-left: -255px;
  }
}

@media only screen and (max-width: 640px) {

  .lower .content_box:after,
  .lower .main_cotent_area:after {
    display: none;
  }
}

.lower .content_box.no_shadow:after,
.lower .main_cotent_area.no_shadow:after {
  display: none;
}

.lower .bg_white {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .lower .bg_white {
    border-bottom: none;
  }
}

.lower .bg_white.bg_border {
  border-bottom: 30px #f8f5e6 solid;
}

@media only screen and (max-width: 768px) {
  .lower .bg_white.bg_border {
    border-bottom: 20px #f8f5e6 solid;
  }
}

.lower .bg_white.pad_b_half {
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .lower .bg_white.pad_b_half {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .lower .bg_white.pad_b_half {
    padding: 20px 30px;
    margin: 0 -30px;
  }
}

.bg_white_leaf {
  background-color: #ffffff;
}

.leaf_frame:before,
.leaf_frame:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  width: 150px;
  height: 118px;
  z-index: 1000;
}

@media only screen and (max-width: 1200px) {

  .leaf_frame:before,
  .leaf_frame:after {
    background-size: 120px 88px;
    bottom: -50px;
  }
}

@media only screen and (max-width: 900px) {

  .leaf_frame:before,
  .leaf_frame:after {
    background-size: 100px 68px;
    bottom: -70px;
  }
}

@media only screen and (max-width: 640px) {

  .leaf_frame:before,
  .leaf_frame:after {
    display: none;
  }
}

.leaf_frame:before {
  background-image: url(/media/images/common/deco_leaf_l.png);
  background-repeat: no-repeat;
  left: -58px;
}

@media only screen and (max-width: 1200px) {
  .leaf_frame:before {
    left: -48px;
  }
}

@media only screen and (max-width: 900px) {
  .leaf_frame:before {
    left: -40px;
  }
}

.leaf_frame:after {
  background-image: url(/media/images/common/deco_leaf_r.png);
  background-repeat: no-repeat;
  right: -58px;
}

@media only screen and (max-width: 1200px) {
  .leaf_frame:after {
    right: -78px;
  }
}

@media only screen and (max-width: 900px) {
  .leaf_frame:after {
    right: -88px;
  }
}

#main_area {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  #main_area {
    display: block !important;
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

@media only screen and (max-width: 1200px) {
  .main_width {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .main_width {
    max-width: 940px;
  }
}

@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1200px) {
  #home #greeting_area .main_width {
    padding: 0 20px;
  }
}

.lower .main_width {
  margin-bottom: 76px;
}

@media only screen and (max-width: 768px) {
  .lower .main_width {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 640px) {
  .lower .main_width {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .lower .main_width {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {

  .articles .main_width,
  .qa_parts .main_width,
  .service_course .main_width {
    padding: 0;
    margin-bottom: 15px;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 912px;
}

.cont_width_l {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.cont_width_m {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
}

@media only screen and (max-width: 1200px) {

  .cont_width,
  .cont_width_l,
  .cont_width_m {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1024px) {

  .cont_width,
  .cont_width_l,
  .cont_width_m {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {

  .cont_width,
  .cont_width_l,
  .cont_width_m {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 640px) {

  .cont_width,
  .cont_width_l,
  .cont_width_m {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #footer .cont_width_l {
    padding: 0 80px;
  }
}

/*                タイトル装飾
======================================================= */
.main_title h1,
.main_title h2 {
  font-size: 214.3%;
}

@media only screen and (max-width: 1400px) {

  .main_title h1,
  .main_title h2 {
    font-size: 185.7%;
  }
}

@media only screen and (max-width: 1024px) {

  .main_title h1,
  .main_title h2 {
    font-size: 127.1%;
  }
}

#home #greeting_area .main_title {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1400px) {
  #home #greeting_area .main_title {
    margin-bottom: 0.8em;
  }
}

@media only screen and (max-width: 400px) {
  #home #greeting_area #greeting_modal .main_title h2 {
    font-size: 142.9%;
  }
}

@media only screen and (max-width: 350px) {
  #home #greeting_area #greeting_modal .main_title h2 {
    font-size: 128.6%;
  }
}

.content_title h2,
.content_title h3 {
  font-size: 171.4%;
}

@media only screen and (max-width: 1400px) {

  .content_title h2,
  .content_title h3 {
    font-size: 142.9%;
  }
}

@media only screen and (max-width: 1024px) {

  .content_title h2,
  .content_title h3 {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 640px) {

  .content_title h2,
  .content_title h3 {
    font-size: 114.3%;
  }
}

#home #menu_content .content_title {
  background-color: #f8f5e6;
  padding: 22px 20px 20px;
}

@media only screen and (max-width: 900px) {
  #home #menu_content .content_title {
    padding: 16px 20px 14px;
  }
}

@media only screen and (max-width: 640px) {
  #home #menu_content .content_title {
    padding: 12px 20px 10px;
  }
}

#home #menu_content .content_title h3 {
  text-align: center;
}

#home #news_column .headline {
  position: relative;
  display: inline-block;
}

#home #news_column .headline a {
  color: #7b0420;
}

#home #news_column .headline a:after {
  content: "";
  display: block;
  background-color: #7b0420;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  width: 0;
}

@media only screen and (min-width: 1025px) {
  #home #news_column .headline a:hover {
    text-decoration: none;
  }

  #home #news_column .headline a:hover:after {
    width: 100%;
  }
}

#home #news_column .headline .content_title {
  display: inline-block;
  margin-right: 1em;
}

@media only screen and (max-width: 1400px) {
  #home #news_column .headline .content_title {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  #home #news_column .headline .content_title {
    display: inline-block;
  }
}

#home #news_column .headline .content_title h3 {
  font-size: 200%;
}

@media only screen and (max-width: 1400px) {
  #home #news_column .headline .content_title h3 {
    margin-bottom: 0.2em;
  }
}

@media only screen and (max-width: 1024px) {
  #home #news_column .headline .content_title h3 {
    font-size: 171.4%;
  }
}

@media only screen and (max-width: 640px) {
  #home #news_column .headline .content_title h3 {
    font-size: 142.9%;
  }
}

#service #purpose .content_title {
  margin-bottom: 1em;
}

@media only screen and (max-width: 640px) {
  #service #purpose .content_title {
    margin-bottom: 0.6em;
  }
}

#service #purpose .content_title h2 {
  font-size: 185.7%;
}

@media only screen and (max-width: 1400px) {
  #service #purpose .content_title h2 {
    font-size: 157.1%;
  }
}

@media only screen and (max-width: 1024px) {
  #service #purpose .content_title h2 {
    font-size: 142.9%;
  }
}

@media only screen and (max-width: 640px) {
  #service #purpose .content_title h2 {
    font-size: 128.6%;
  }
}

.cont_title h3,
.cont_title h4 {
  font-size: 157.1%;
}

@media only screen and (max-width: 1400px) {

  .cont_title h3,
  .cont_title h4 {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 1024px) {

  .cont_title h3,
  .cont_title h4 {
    font-size: 114.3%;
  }
}

#home #menu_content .menubox_area .cont_title {
  padding-left: 12px;
}

@media only screen and (max-width: 768px) {
  #home #menu_content .menubox_area .cont_title {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #home #menu_content .menubox_area .cont_title {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #home #menu_content .menubox_area .cont_title h4 {
    font-size: 142.9%;
  }
}

@media only screen and (max-width: 480px) {
  #home #menu_content .menubox_area .cont_title h4 {
    font-size: 128.6%;
  }
}

#home #menu_content .menubox_area .cont_title h4 br {
  display: block;
}

@media only screen and (max-width: 768px) {
  #home #menu_content .menubox_area .cont_title h4 br {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  #home #menu_content .menubox_area .cont_title h4 br {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .contact_salon_area .cont_title {
    text-align: center;
  }
}

.contact_salon_area .cont_title .sp_none {
  display: block;
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .cont_title .sp_none {
    display: none;
  }
}

.contact_salon_area .cont_title .pc_none {
  display: none;
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .cont_title .pc_none {
    display: block;
  }
}

.contact_salon_area .cont_title h3 {
  font-size: 142.9%;
}

@media only screen and (max-width: 768px) {
  .contact_salon_area .cont_title h3 {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 480px) {
  .contact_salon_area .cont_title h3 {
    font-size: 114.3%;
  }
}

.contact_salon_area .cont_title h3 span {
  margin-left: 0.5em;
}

@media only screen and (max-width: 900px) {
  .contact_salon_area .cont_title h3 span {
    display: block;
    margin: 0.2em 0 0 0;
  }
}

.contact_salon_area .cont_title p {
  background-color: #7b0420;
  letter-spacing: 1px;
  margin-top: 0.6em;
}

.contact_salon_area .cont_title p a {
  color: #ffffff;
  font-size: 142.9%;
  position: relative;
  padding: 12px 0 10px 17px;
}

@media only screen and (max-width: 480px) {
  .contact_salon_area .cont_title p a {
    font-size: 128.6%;
    padding: 10px 0 8px 17px;
  }
}

.contact_salon_area .cont_title p a:before {
  content: "";
  display: inline-block;
  background: url(/media/images/common/tel_icon.png) no-repeat top left;
  position: absolute;
  top: 50%;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  margin: -11px 0 0 -1.3em;
}

.main_cont_title,
.main_cont_titleset {
  text-align: center;
  padding-bottom: 1.8em;
}

@media only screen and (max-width: 1400px) {

  .main_cont_title,
  .main_cont_titleset {
    padding-bottom: 1.4em;
  }
}

@media only screen and (max-width: 1024px) {

  .main_cont_title,
  .main_cont_titleset {
    padding-bottom: 1em;
  }
}

@media only screen and (max-width: 480px) {

  .main_cont_title,
  .main_cont_titleset {
    padding-bottom: 0.8em;
  }
}

.main_cont_title h1,
.main_cont_title h2,
.main_cont_title p.title,
.main_cont_titleset h1,
.main_cont_titleset h2,
.main_cont_titleset p.title {
  font-size: 271.4%;
  text-align: center !important;
  line-height: 1.3;
  margin-top: 0;
}

@media only screen and (max-width: 1400px) {

  .main_cont_title h1,
  .main_cont_title h2,
  .main_cont_title p.title,
  .main_cont_titleset h1,
  .main_cont_titleset h2,
  .main_cont_titleset p.title {
    font-size: 228.6%;
  }
}

@media only screen and (max-width: 1024px) {

  .main_cont_title h1,
  .main_cont_title h2,
  .main_cont_title p.title,
  .main_cont_titleset h1,
  .main_cont_titleset h2,
  .main_cont_titleset p.title {
    font-size: 200%;
  }
}

@media only screen and (max-width: 768px) {

  .main_cont_title h1,
  .main_cont_title h2,
  .main_cont_title p.title,
  .main_cont_titleset h1,
  .main_cont_titleset h2,
  .main_cont_titleset p.title {
    font-size: 171.4%;
  }
}

@media only screen and (max-width: 640px) {

  .main_cont_title h1,
  .main_cont_title h2,
  .main_cont_title p.title,
  .main_cont_titleset h1,
  .main_cont_titleset h2,
  .main_cont_titleset p.title {
    font-size: 164.3%;
  }
}

@media only screen and (max-width: 480px) {

  .main_cont_title h1,
  .main_cont_title h2,
  .main_cont_title p.title,
  .main_cont_titleset h1,
  .main_cont_titleset h2,
  .main_cont_titleset p.title {
    font-size: 157.1%;
  }
}

.main_cont_title h1 span.none640,
.main_cont_title h2 span.none640,
.main_cont_title p.title span.none640,
.main_cont_titleset h1 span.none640,
.main_cont_titleset h2 span.none640,
.main_cont_titleset p.title span.none640 {
  display: inline-block;
}

@media only screen and (max-width: 640px) {

  .main_cont_title h1 span.none640,
  .main_cont_title h2 span.none640,
  .main_cont_title p.title span.none640,
  .main_cont_titleset h1 span.none640,
  .main_cont_titleset h2 span.none640,
  .main_cont_titleset p.title span.none640 {
    display: none;
  }
}

.main_cont_title p,
.main_cont_titleset p {
  line-height: 1.7;
  margin-top: 1.2em;
}

@media only screen and (max-width: 1400px) {

  .main_cont_title p,
  .main_cont_titleset p {
    margin-top: 0.8em;
  }
}

@media only screen and (max-width: 1024px) {

  .main_cont_title p,
  .main_cont_titleset p {
    margin-top: 0.6em;
  }
}

@media only screen and (max-width: 640px) {

  .main_cont_title p,
  .main_cont_titleset p {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .article_same .main_cont_titleset p {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  #reserve_modal .main_cont_titleset {
    background-color: #ffffff;
    padding: 8px 20px 6px;
    margin-bottom: 0.2em;
  }
}

#reserve_modal .main_cont_titleset p {
  text-align: center;
}

.cont_titleset {
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .cont_titleset {
    margin-bottom: 1em;
  }
}

.cont_titleset h2,
.cont_titleset h3 {
  font-size: 228.6%;
  margin-bottom: 0.4em;
}

@media only screen and (max-width: 1400px) {

  .cont_titleset h2,
  .cont_titleset h3 {
    font-size: 171.4%;
  }
}

@media only screen and (max-width: 1024px) {

  .cont_titleset h2,
  .cont_titleset h3 {
    font-size: 157.1%;
  }
}

@media only screen and (max-width: 768px) {

  .cont_titleset h2,
  .cont_titleset h3 {
    font-size: 142.9%;
  }
}

@media only screen and (max-width: 640px) {

  .cont_titleset h2,
  .cont_titleset h3 {
    font-size: 135.7%;
  }
}

@media only screen and (max-width: 480px) {

  .cont_titleset h2,
  .cont_titleset h3 {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 480px) {
  .cont_titleset p {
    text-align: left;
  }
}

#contact_form .cont_titleset p {
  color: #7b0420;
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.yumin {
  font-family: "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #7b0420;
}

.gothic {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*                全ページ共通
======================================================= */
/*        telリンク        */
a[href^="tel:"] {
  cursor: default;
}

/*        表示価格の※テキスト        */
.text_tax,
.text_tax02 {
  margin-top: 1em;
}

@media only screen and (max-width: 480px) {

  .text_tax,
  .text_tax02 {
    margin-top: 0.5em;
  }
}

.text_tax p,
.text_tax02 p {
  font-size: 85.7%;
  text-align: right;
}

#service .text_tax,
#home .text_tax {
  margin-bottom: 1.4em;
}

@media only screen and (max-width: 480px) {

  #service .text_tax,
  #home .text_tax {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 640px) {

  #service .text_tax p,
  #home .text_tax p {
    text-align: center;
  }
}

#whitening_course #white_course .text_tax {
  display: block;
}

@media only screen and (max-width: 1024px) {
  #whitening_course #white_course .text_tax {
    display: none;
  }
}

/*        赤い吹き出し        */
.balloon {
  background-color: #7b0420;
  position: relative;
  padding: 6px 0 10px;
  margin-bottom: 20px;
}

.balloon:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px #7b0420 solid;
  border-bottom: 10px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -5px;
}

.balloon p,
.balloon h3 span {
  color: white;
}

@media only screen and (max-width: 640px) {
  .lower .course_price .detail_title_s.large h3.yumin {
    font-weight: normal;
  }
}

.lower .course_price .detail_title_s.large h3 .balloon {
  color: #ffffff;
  font-size: 95.2%;
  padding: 8px 18px;
  margin-right: 1em;
  position: relative;
  top: -14px;
}

@media only screen and (max-width: 900px) {
  .lower .course_price .detail_title_s.large h3 .balloon {
    padding: 4px 10px 4px 12px;
    top: -8px;
  }
}

@media only screen and (max-width: 640px) {
  .lower .course_price .detail_title_s.large h3 .balloon {
    display: block;
    text-align: center;
    top: -15px;
    padding: 4px 12px;
    margin: 0 0 2px 0;
  }
}

.service_course .balloon_title .balloon {
  padding: 1em 1.5em;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 640px) {
  .service_course .balloon_title .balloon {
    margin: 0 auto 25px;
  }
}

@media only screen and (max-width: 480px) {
  .service_course .balloon_title .balloon {
    padding: 0.5em 0.5em;
  }
}

.service_course .balloon_title .balloon:after {
  border-top: 24px #7b0420 solid;
  border-bottom: 24px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -10px;
}

@media only screen and (max-width: 640px) {
  .service_course .balloon_title .balloon:after {
    border-top: 18px #7b0420 solid;
    border-bottom: 18px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -35px;
    margin-left: -8px;
  }
}

/*        SALON INFO        */
#salon_info {
  background: #ffffff url(/media/images/common/salon_infobg.jpg) no-repeat left top;
  background-size: 100% 400px;
}

@media only screen and (max-width: 900px) {
  #salon_info {
    background-size: 100% 350px;
  }
}

@media only screen and (max-width: 768px) {
  #salon_info {
    background-size: 100% 80%;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info {
    background-size: cover;
    padding-bottom: 20px;
  }
}

#salon_info .title_set {
  padding: 3.4em 0 0.6em;
}

@media only screen and (max-width: 900px) {
  #salon_info .title_set {
    padding: 2.4em 0 0.6em;
  }
}

@media only screen and (max-width: 768px) {
  #salon_info .title_set {
    padding: 1.5em 0 0.4em;
  }
}

@media only screen and (max-width: 480px) {
  #salon_info .title_set {
    padding: 1em 0 0.4em;
  }
}

#salon_info .title_set .content_title h2 {
  font-size: 257.1%;
  text-align: center;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1400px) {
  #salon_info .title_set .content_title h2 {
    font-size: 228.6%;
  }
}

@media only screen and (max-width: 1024px) {
  #salon_info .title_set .content_title h2 {
    font-size: 200%;
  }
}

@media only screen and (max-width: 768px) {
  #salon_info .title_set .content_title h2 {
    font-size: 185.7%;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .title_set .content_title h2 {
    font-size: 157.1%;
  }
}

#salon_info .title_set p {
  text-align: center;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 900px) {
  #salon_info .title_set p {
    margin-bottom: 0.8em;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .title_set p {
    display: none;
  }
}

#salon_info .salon_boxarea {
  overflow: hidden;
  margin: 0 -20px;
}

@media only screen and (max-width: 900px) {
  #salon_info .salon_boxarea {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea {
    margin: 0;
  }
}

#salon_info .salon_boxarea .salon_box {
  width: 50%;
  padding: 0 20px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 900px) {
  #salon_info .salon_boxarea .salon_box {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box {
    float: none;
    width: 100%;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(209, 209, 209, 0.6);
    box-shadow: 1px 2px 4px 0px rgba(209, 209, 209, 0.6);
    background-color: #ffffff;
    padding: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box+.salon_box {
    margin-top: 0.8em;
  }
}

#salon_info .salon_boxarea .salon_box .box_inner {
  background-color: #ffffff;
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner {
    display: table;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  #salon_info .salon_boxarea .salon_box .box_inner {
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #salon_info .salon_boxarea .salon_box .box_inner a:hover {
    text-decoration: none;
  }

  #salon_info .salon_boxarea .salon_box .box_inner a:hover .salon_name {
    background-color: #7b0420;
    color: #ffffff;
    opacity: 0.8;
    padding-left: 0.8em;
  }

  #salon_info .salon_boxarea .salon_box .box_inner a:hover .salon_name p:after {
    color: #ffffff;
  }

  #salon_info .salon_boxarea .salon_box .box_inner a:hover .salon_photo img {
    opacity: 0.8;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .inner_set {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 400px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .inner_set {
    padding: 10px 0;
  }
}

#salon_info .salon_boxarea .salon_box .box_inner a .salon_photo {
  background-color: #ffffff;
}

@media only screen and (min-width: 1025px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_photo {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_photo {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_photo {
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
}

#salon_info .salon_boxarea .salon_box .box_inner a .salon_name {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background-color: #f8f5e6;
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
  }
}

#salon_info .salon_boxarea .salon_box .box_inner a .salon_name p {
  font-size: 128.6%;
  position: relative;
  padding: 0.8em 1.2em 0.6em 1.3em;
}

@media only screen and (max-width: 900px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p {
    font-size: 114.3%;
  }
}

@media only screen and (max-width: 768px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p {
    font-size: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p {
    position: static;
    vertical-align: middle;
    padding: 0 2em 0 1em;
  }
}

@media only screen and (max-width: 400px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p {
    font-size: 85.7%;
    padding: 0 2em 1.1em 0.8em;
  }
}

#salon_info .salon_boxarea .salon_box .box_inner a .salon_name p.sp_none {
  display: block;
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p.sp_none {
    display: none;
  }
}

#salon_info .salon_boxarea .salon_box .box_inner a .salon_name p.pc_none {
  display: none;
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p.pc_none {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p.pc_none span {
    display: block;
    font-size: 128.6%;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 400px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p.pc_none span {
    font-size: 114.3%;
  }
}

#salon_info .salon_boxarea .salon_box .box_inner a .salon_name p:after {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  color: #666666;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -13px;
}

@media only screen and (max-width: 640px) {
  #salon_info .salon_boxarea .salon_box .box_inner a .salon_name p:after {
    right: 10px;
  }
}

.phone_comment {
  padding: 46px 0 90px;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .phone_comment {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 640px) {
  .phone_comment {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .phone_comment {
    padding: 20px 0 60px;
  }
}

.phone_comment p {
  border: 3px #f8f5e6 solid;
  padding: 1.6em 0 1.4em;
}

@media only screen and (max-width: 900px) {
  .phone_comment p {
    padding: 1.6em 1em 1.4em;
  }
}

@media only screen and (max-width: 640px) {
  .phone_comment p {
    border: none;
    text-align: left;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .phone_comment p {
    font-size: 85.7%;
    line-height: 1.4;
  }
}

.phone_comment .sp_none {
  display: block;
}

@media only screen and (max-width: 640px) {
  .phone_comment .sp_none {
    display: none;
  }
}

.phone_comment .pc_none {
  display: none;
}

@media only screen and (max-width: 640px) {
  .phone_comment .pc_none {
    display: block;
    border: 3px #f8f5e6 solid;
  }
}

.phone_comment .pc_none a {
  display: block;
  padding: 15px;
}

@media only screen and (max-width: 400px) {
  .phone_comment .pc_none a {
    padding: 10px;
  }
}

.phone_comment .pc_none a .inbox_set {
  display: table;
}

.phone_comment .pc_none a .inbox_set .inbox {
  display: table-cell;
  vertical-align: middle;
}

.phone_comment .pc_none a .inbox_set .inbox.tel_box {
  width: 80px;
}

@media only screen and (max-width: 400px) {
  .phone_comment .pc_none a .inbox_set .inbox.tel_box {
    width: 64px;
  }
}

.phone_comment .pc_none a .inbox_set .inbox.tel_box .color_box {
  width: 64px;
  height: 64px;
  background-color: #7b0420;
  padding: 11px 10px 9px;
}

@media only screen and (max-width: 400px) {
  .phone_comment .pc_none a .inbox_set .inbox.tel_box .color_box {
    width: 54px;
    height: 54px;
    padding: 7px 6px 5px;
  }
}

.phone_comment .pc_none a .inbox_set .inbox.tel_box img {
  width: 24px;
}

@media only screen and (max-width: 400px) {
  .phone_comment .pc_none a .inbox_set .inbox.tel_box img {
    width: 20px;
  }
}

.phone_comment .pc_none a .inbox_set .inbox.tel_box p {
  color: #ffffff;
  font-size: 78.6%;
  text-align: center;
  margin-top: 6px;
}

/*============ 黄色_ボーダー枠 ============*/
.border_yellow {
  border: 6px #f8f5e6 solid;
}

#service .border_yellow {
  padding: 34px 37px;
}

@media only screen and (max-width: 1024px) {
  #service .border_yellow {
    padding: 25px;
  }
}

@media only screen and (max-width: 800px) {
  #service .border_yellow {
    padding: 20px;
  }
}

@media only screen and (max-width: 400px) {
  #service .border_yellow {
    padding: 14px;
  }
}

#service .course_price .border_yellow {
  padding: 14px 37px;
}

@media only screen and (max-width: 1024px) {
  #service .course_price .border_yellow {
    padding: 14px 25px;
  }
}

@media only screen and (max-width: 800px) {
  #service .course_price .border_yellow {
    padding: 14px 20px 10px;
  }
}

@media only screen and (max-width: 640px) {
  #service .course_price .border_yellow {
    border: none;
    padding: 0;
  }
}

.contact_salon_area .box_set .border_yellow {
  padding: 30px 34px;
}

@media only screen and (max-width: 1024px) {
  .contact_salon_area .box_set .border_yellow {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 800px) {
  .contact_salon_area .box_set .border_yellow {
    padding: 20px 20px 18px;
  }
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_set .border_yellow {
    border: none;
  }
}

#contact_form .border_yellow {
  padding: 30px 40px;
}

@media only screen and (max-width: 800px) {
  #contact_form .border_yellow {
    padding: 20px 20px 18px;
  }
}

@media only screen and (max-width: 640px) {
  #contact_form .border_yellow {
    border: none;
    padding: 14px 14px 12px;
  }
}

/*============== 赤丸_矢印 ==============*/
.redcircle_arrow01 a {
  color: #7b0420;
}

.redcircle_arrow01 a:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  display: inline-block;
  padding-right: 5px;
  color: #7b0420;
}

@media only screen and (max-width: 768px) {
  #service #purpose .float_box ul .redcircle_arrow01 a {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  #service #purpose .float_box ul .redcircle_arrow01 a:before {
    position: absolute;
    right: 10px;
    padding-right: 0;
  }
}

.redcircle_arrow02 a {
  color: #7b0420;
}

.redcircle_arrow02 a:after {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  display: inline-block;
  padding-right: 5px;
  color: #7b0420;
}

#home #greeting_text .redcircle_arrow02 a {
  color: #333333;
}

#home #greeting_text .redcircle_arrow02 a:after {
  color: #333333;
  padding: 0 0 0 10px;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px #d8d3ce solid;
  border-left: 1px #d8d3ce solid;
}

table tr td,
table tr th {
  text-align: left;
  border-right: 1px #d8d3ce solid;
  border-bottom: 1px #d8d3ce solid;
  padding: 0px;
}

table tr td.p10,
table tr th.p10 {
  padding: 10px;
}

table tr th {
  background-color: #f8f5e6;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}

.table .tableCell {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }

  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }

  .sp_block {
    display: block;
    margin: 0;
  }

  .sp_block th,
  .sp_block td {
    display: block;
    width: 100%;
  }
}

blockquote {
  margin: 0 !important;
}

/*                pageTop
======================================================= */
#page_top {
  position: relative;
  left: 50%;
  margin: -30px 0 0 -24px;
  z-index: 1000;
}

#page_top a {
  display: block;
}

@media only screen and (max-width: 768px) {
  #page_top img {
    width: 38px;
    height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  #page_top {
    display: none;
  }
}

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}

@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.row img {
  width: 100%;
}

.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {

  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 768px) {

  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.row .tab1,
.row .tab2,
.row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (max-width: 1024px) {

  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 768px) {

  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}

.square .col1,
.square .col2,
.square .col3,
.square .col4,
.square .col5,
.square .col6,
.square .col7,
.square .col8,
.square .col9,
.square .col10,
.square .col11,
.square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}

@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }

  .sp6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header .header_navi {
  position: absolute;
  right: 0;
  width: 168px;
  height: 84px;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  #header .header_navi {
    width: 120px;
    height: auto;
  }
}

#header .header_navi ul {
  background-color: #ffffff;
  display: table;
  width: 100%;
}

#header .header_navi ul li {
  display: table-cell;
  width: 50%;
}

#header .header_navi ul li.tel a {
  background-color: #7b0420;
}

#header .header_navi ul li.menu a {
  background-color: #3c210c;
}

#header .header_navi ul li#pc_menu {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #header .header_navi ul li#pc_menu {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #header .header_navi ul li#pc_menu {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  #header .header_navi ul li#menu_btn {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #header .header_navi ul li#menu_btn {
    display: block;
    width: 100%;
  }
}

#header .header_navi ul li#menu_off {
  width: 100%;
  display: none;
}

@media only screen and (min-width: 769px) {
  #header .header_navi ul li#menu_off {
    display: none !important;
  }
}

#header .header_navi ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 18px;
}

@media only screen and (min-width: 1025px) {
  #header .header_navi ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  #header .header_navi ul li a {
    padding: 9px 7px;
  }
}

@media only screen and (max-width: 768px) {
  #header .header_navi ul li a img {
    width: 22px;
  }
}

#header .header_navi ul li a span {
  display: block;
  padding-top: 6px;
}

@media only screen and (max-width: 768px) {
  #header .header_navi ul li a span {
    font-size: 85.7%;
  }
}

#header .sp_menu {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.8em;
}

@media only screen and (min-width: 769px) {
  #header .sp_menu {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #header .sp_menu {
    right: 15px;
  }
}

#header .sp_menu p {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#header .sp_menu:before {
  content: "\f0ca";
  font-size: 200%;
}

#header .sp_menu {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.8em;
}

@media only screen and (min-width: 769px) {
  #header .sp_menu {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #header .sp_menu {
    right: 15px;
  }
}

#header .sp_menu p {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#header .sp_menu:before {
  content: "\f0ca";
  font-size: 200%;
}

@media only screen and (max-width: 768px) {
  #home .header_navi ul li#pc_menu {
    display: none;
  }
}

.lower #header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}

.lower #header #lower_logo {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 168px;
  height: 168px;
  z-index: 9999;
  position: relative;
}

.move .lower #header #lower_logo {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 1400px) {
  .lower #header #lower_logo {
    width: 138px;
    height: 138px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header #lower_logo {
    width: 120px;
    height: 120px;
  }
}

.lower #header #lower_logo .bgcolor_white {
  -webkit-box-shadow: 0px 0px 4px #efefef, 0px 0px 4px #d8d8d8, 0px 0px 5px #cfcdcf, 0px 0px 12px #929192;
  box-shadow: 0px 0px 4px #efefef, 0px 0px 4px #d8d8d8, 0px 0px 5px #cfcdcf, 0px 0px 12px #929192;
}

.lower #header #lower_logo p a {
  display: block;
  padding: 44px 18px;
}

@media only screen and (max-width: 1400px) {
  .lower #header #lower_logo p a {
    padding: 35px 16px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header #lower_logo p a {
    padding: 29px 12px;
  }
}

@media only screen and (max-width: 768px) {
  .lower #header #lower_logo p a {
    padding: 28px 10px;
  }
}

.lower #header .reserve_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 168px;
  height: 84px;
  z-index: 10000;
}

@media only screen and (max-width: 1400px) {
  .lower #header .reserve_btn {
    width: 138px;
    height: 69px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header .reserve_btn {
    width: 120px;
    height: 60px;
  }
}

.lower #header .reserve_btn p.tel {
  text-align: center;
}

.lower #header .reserve_btn p.tel a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background-color: #7b0420;
  padding: 16px 0 10px;
}

@media only screen and (max-width: 1400px) {
  .lower #header .reserve_btn p.tel a {
    padding: 12px 0 7px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header .reserve_btn p.tel a {
    padding: 10px 0 5px;
  }
}

@media only screen and (max-width: 1400px) {
  .lower #header .reserve_btn p.tel a img {
    width: 24px;
    height: 22px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header .reserve_btn p.tel a img {
    width: 22px;
    height: 20px;
  }
}

.lower #header .reserve_btn p.tel a span {
  display: block;
  color: #ffffff;
  padding-top: 7px;
}

@media only screen and (max-width: 900px) {
  .lower #header .reserve_btn p.tel a span {
    font-size: 85.7%;
  }
}

@media only screen and (min-width: 1025px) {
  .lower #header .reserve_btn p.tel a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.lower #header .navi_area {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  margin-left: 22px;
}

.move .lower #header .navi_area {
  height: 60px;
}

@media only screen and (max-width: 1400px) {
  .lower #header .navi_area {
    height: 64px;
    margin-left: -6px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header .navi_area {
    height: 60px;
    margin-left: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .lower #header .navi_area {
    margin-left: 0;
  }
}

.lower #header .navi_area .gnavi {
  text-align: center;
}

.lower #header .navi_area .gnavi>ul>li {
  display: inline-block;
  font-size: 128.6%;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .lower #header .navi_area .gnavi>ul>li {
    font-size: 114.3%;
    margin-left: 28px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header .navi_area .gnavi>ul>li {
    font-size: 100%;
    margin-left: 18px;
  }
}

.lower #header .navi_area .gnavi>ul>li+li {
  margin-left: 70px;
}

@media only screen and (max-width: 1400px) {
  .lower #header .navi_area .gnavi>ul>li+li {
    margin-left: 28px;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header .navi_area .gnavi>ul>li+li {
    margin-left: 14px;
  }
}

.lower #header .navi_area .gnavi>ul>li>a {
  text-align: center;
  display: block;
  padding: 1.6em 0 1em;
}

@media only screen and (max-width: 1400px) {
  .lower #header .navi_area .gnavi>ul>li>a {
    padding: 1.6em 0.4em 1.8em;
  }
}

@media only screen and (max-width: 900px) {
  .lower #header .navi_area .gnavi>ul>li>a {
    padding: 1.6em 0.4em 1em;
  }
}

.lower #header .navi_area .gnavi>ul>li>a:hover {
  text-decoration: none;
}

.lower #header .navi_area .gnavi>ul>li.active a span {
  color: #7b0420;
  border-bottom: 2px #7b0420 solid;
  padding-bottom: 0.6em;
}

@media only screen and (max-width: 1400px) {
  .lower #header .navi_area .gnavi>ul>li.active a span {
    padding-bottom: 0.2em;
  }
}

.lower #header .navi_area .gnavi>ul>li#navi04 a,
.lower #header .navi_area .gnavi>ul>li#navi05 a {
  padding: 1.6em 0 1em 2.3em;
}

@media only screen and (max-width: 900px) {

  .lower #header .navi_area .gnavi>ul>li#navi04 a,
  .lower #header .navi_area .gnavi>ul>li#navi05 a {
    padding: 1.6em 0 1em 1.8em;
  }
}

@media only screen and (max-width: 768px) {
  .lower #header .sp_none {
    display: none;
  }
}

.lower #header .pc_none {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lower #header .pc_none {
    display: block;
  }
}

.lower {
  padding-top: 85px;
}

@media only screen and (max-width: 768px) {
  .lower {
    padding-top: 60px;
  }
}

#lower_header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  height: 84px;
}

@media only screen and (max-width: 768px) {
  #lower_header {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    height: 60px;
  }
}

.move #lower_header {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px 0 #c7c7c7;
  -moz-box-shadow: 0 0 5px 0 #c7c7c7;
  -webkit-box-shadow: 0 0 5px 0 #c7c7c7;
}

.move #lower_header #hd_logo img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 120px;
}

#lower_header #hd_logo {
  -webkit-box-shadow: 0px 0px 4px #efefef, 0px 0px 4px #d8d8d8, 0px 0px 5px #cfcdcf, 0px 0px 12px #929192;
  box-shadow: 0px 0px 4px #efefef, 0px 0px 4px #d8d8d8, 0px 0px 5px #cfcdcf, 0px 0px 12px #929192;
  position: absolute;
  left: 0;
  top: 0;
}

#lower_header #hd_logo a,
#lower_header #hd_logo img {
  display: block;
}

#lower_header #hd_logo img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 168px;
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  #lower_header #hd_logo img {
    width: 120px;
  }
}

#lower_header .navi_area {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  #lower_header .navi_area {
    display: none;
  }
}

.move #lower_header .navi_area .gnavi>ul>li>a>span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  height: 40px;
}

#lower_header .navi_area .gnavi {
  text-align: center;
}

#lower_header .navi_area .gnavi>ul>li {
  display: inline-block;
  font-size: 128.6%;
  position: relative;
}

#lower_header .navi_area .gnavi>ul>li>a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  height: 84px;
  position: relative;
  padding-top: 36px;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

@media only screen and (max-width: 1200px) {
  #lower_header .navi_area .gnavi>ul>li>a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media only screen and (max-width: 1024px) {
  #lower_header .navi_area .gnavi>ul>li>a {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 900px) {
  #lower_header .navi_area .gnavi>ul>li>a {
    padding-left: .7em;
    padding-right: .7em;
  }
}

.move #lower_header .navi_area .gnavi>ul>li>a {
  height: 60px;
  padding-top: 20px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  #lower_header .navi_area .gnavi>ul>li>a span {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    height: 1.8em;
  }

  #lower_header .navi_area .gnavi>ul>li>a span:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #lower_header .navi_area .gnavi>ul>li>a:hover span:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-color: #7b0420;
    width: 100%;
  }
}

#lower_header .navi_area .gnavi>ul>li.active>a {
  color: #7b0420;
}

#lower_header .navi_area .gnavi>ul>li.active>a span:after {
  background-color: #7b0420;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
}

#lower_header .navi_area .gnavi>ul>li ul.hover {
  display: none;
  position: absolute;
  width: 120%;
  top: 100%;
  background: url(../media/images/common/hover_arrow.png?3) no-repeat center top;
  z-index: 1;
  padding-top: 6px;
  margin-top: -6px;
  margin-left: -10%;
}

.move #lower_header .navi_area .gnavi>ul>li ul.hover {
  margin-top: 0;
}

#lower_header .navi_area .gnavi>ul>li ul.hover>li {
  background: url(../media/images/common/hover_bg.png?3) repeat left top;
  display: block;
  font-size: 77.8%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

#lower_header .navi_area .gnavi>ul>li ul.hover>li:first-child a {
  padding: 1.6em 1em .5em;
}

#lower_header .navi_area .gnavi>ul>li ul.hover>li:last-child a {
  padding: .5em 1em 1.6em;
}

#lower_header .navi_area .gnavi>ul>li ul.hover>li a {
  color: #fff;
  text-decoration: none;
  padding: .5em 1em;
}

#lower_header .navi_area .gnavi>ul>li ul.hover>li a span {
  display: inline-block;
  position: relative;
}

#lower_header .navi_area .gnavi>ul>li ul.hover>li a span:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#lower_header .navi_area .gnavi>ul>li ul.hover>li a:hover span:after {
  width: 100%;
}

#lower_header .header_navi {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #lower_header .header_navi ul {
    display: table;
    table-layout: fixed;
  }
}

@media only screen and (max-width: 768px) {
  #lower_header .header_navi ul li {
    display: table-cell;
    vertical-align: middle;
  }
}

#lower_header .header_navi ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  height: 85px;
  text-align: center;
  padding: 16px 0 10px;
}

.move #lower_header .header_navi ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
  font-size: 85.7%;
  padding: 12px 0;
}

.move #lower_header .header_navi ul li a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  margin: 0 auto 6px;
}

#lower_header .header_navi ul li a img {
  display: block;
  width: 32px;
  margin: 0 auto 8px;
}

@media only screen and (max-width: 768px) {
  #lower_header .header_navi ul li a img {
    width: 20px;
    margin: 0 auto 6px;
  }
}

@media only screen and (max-width: 768px) {
  #lower_header .header_navi ul li a {
    width: 60px;
    height: 60px;
    font-size: 85.7%;
    padding: 12px 0;
  }
}

#lower_header .header_navi ul li.tel a {
  background-color: #7b0420;
  width: 168px;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  #lower_header .header_navi ul li.tel a {
    width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  #lower_header .header_navi ul li.tel a {
    width: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  #lower_header .header_navi ul li.tel a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 769px) {
  #lower_header .header_navi ul li.menu {
    display: none !important;
  }
}

#lower_header .header_navi ul li.menu a {
  background-color: #3c210c;
}

#lower_header .header_navi ul li.menu#menu_off {
  display: none;
}

/*                footer
  ======================================================= */
#footer {
  border-top: 10px #f8f5e6 solid;
}

@media only screen and (max-width: 768px) {
  #footer {
    border: none;
  }
}

#footer #f_logo {
  margin: 54px 0 40px;
}

@media only screen and (max-width: 768px) {
  #footer #f_logo {
    display: none;
  }
}

#footer #f_logo a {
  display: block;
  width: 144px;
  margin: 0 auto;
}

#footer .f_navi {
  overflow: hidden;
  margin: 0 -21px 60px;
}

@media only screen and (max-width: 1200px) {
  #footer .f_navi {
    margin: 0 -14px 60px;
  }
}

@media only screen and (max-width: 768px) {
  #footer .f_navi {
    display: none;
  }
}

#footer .f_navi .set_box {
  float: left;
  width: 33.333333%;
  padding: 0 21px;
}

@media only screen and (max-width: 1200px) {
  #footer .f_navi .set_box {
    padding: 0 14px;
  }
}

#footer .f_navi .set_box .box_title {
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

#footer .f_navi .set_box .box_title h5 {
  font-size: 85.7%;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  #footer .f_navi .set_box .box_title h5 {
    font-size: 100%;
  }
}

#footer .f_navi .set_box .in_float {
  overflow: hidden;
  margin: 0 -20px;
}

@media only screen and (max-width: 1200px) {
  #footer .f_navi .set_box .in_float {
    margin: 0 -8px;
  }
}

#footer .f_navi .set_box .in_float>ul {
  float: left;
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
  #footer .f_navi .set_box .in_float>ul {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1024px) {
  #footer .f_navi .set_box .in_float>ul {
    float: none;
    width: 100%;
  }
}

#footer .f_navi .set_box .in_float>ul li {
  font-size: 85.7%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  #footer .f_navi .set_box .in_float>ul li {
    font-size: 78.6%;
  }
}

@media only screen and (max-width: 1024px) {
  #footer .f_navi .set_box .in_float>ul li {
    font-size: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #footer .f_navi .set_box .in_float>ul li {
    font-size: 85.7%;
  }
}

#footer .f_navi .set_box .in_float>ul li ul.in_list {
  padding: 1em 0 0 1em;
}

#footer .f_navi .set_box .in_float>ul li ul.in_list li {
  font-size: 100%;
}

#footer .f_navi .set_box .in_float.salon_intro {
  margin: 0 -12px;
}

@media only screen and (max-width: 1200px) {
  #footer .f_navi .set_box .in_float.salon_intro {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 1024px) {
  #footer .f_navi .set_box .in_float.salon_intro {
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #footer .f_navi .set_box .in_float.salon_intro a:hover dt {
    text-decoration: underline;
  }
}

#footer .f_navi .set_box .in_float.salon_intro dl {
  float: left;
  padding: 0 12px;
}

@media only screen and (max-width: 1200px) {
  #footer .f_navi .set_box .in_float.salon_intro dl {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  #footer .f_navi .set_box .in_float.salon_intro dl {
    float: none;
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #footer .f_navi .set_box .in_float.salon_intro dl.harajuku {
    margin-top: 20px;
  }
}

#footer .f_navi .set_box .in_float.salon_intro dl dt,
#footer .f_navi .set_box .in_float.salon_intro dl dd {
  font-size: 85.7%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {

  #footer .f_navi .set_box .in_float.salon_intro dl dt,
  #footer .f_navi .set_box .in_float.salon_intro dl dd {
    font-size: 78.6%;
  }
}

@media only screen and (max-width: 1024px) {

  #footer .f_navi .set_box .in_float.salon_intro dl dt,
  #footer .f_navi .set_box .in_float.salon_intro dl dd {
    font-size: 100%;
  }
}

@media only screen and (max-width: 800px) {

  #footer .f_navi .set_box .in_float.salon_intro dl dt,
  #footer .f_navi .set_box .in_float.salon_intro dl dd {
    font-size: 85.7%;
  }
}

@media only screen and (max-width: 1024px) {
  #footer .f_navi .set_box .in_float.salon_intro dl dt {
    font-weight: 600;
  }
}

#footer .copy {
  background-color: #7b0420;
  padding: 24px 0 18px;
}

@media only screen and (max-width: 768px) {
  #footer .copy {
    padding: 12px 0 10px;
  }
}

#footer .copy p {
  color: #ffffff;
  font-size: 85.7%;
  text-align: center;
}

#sp_nv {
  top: 100%;
  background-color: #f8f5e6;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  text-align: center;
  width: 100%;
  z-index: 1100;
  padding: 35px 0 65px;
}

@media only screen and (min-width: 769px) {
  #sp_nv {
    display: none !important;
  }
}

#sp_nv .set_box .box_title {
  background-color: #7b0420;
  padding: 0.8em 0 0.6em;
}

#sp_nv .set_box .box_title h5 {
  font-size: 114.3%;
  letter-spacing: 1px;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  #sp_nv .set_box .box_title h5 {
    font-size: 107.1%;
  }
}

#sp_nv .set_box .salon_intro,
#sp_nv .set_box .sitemap_list,
#sp_nv .set_box .service_list {
  overflow: hidden;
}

#sp_nv .set_box ul {
  overflow: hidden;
  background-color: #ffffff;
  margin-right: -1px;
}

#sp_nv .set_box ul li {
  float: left;
  width: 50%;
  border-right: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}

@media only screen and (max-width: 480px) {
  #sp_nv .set_box ul li {
    width: 100%;
  }
}

#sp_nv .set_box ul li a {
  display: block;
  padding: 1em 1em 0.8em;
}

@media only screen and (max-width: 400px) {
  #sp_nv .set_box ul li a {
    padding: 1em 0.6em 0.8em;
  }
}

@media only screen and (max-width: 768px) {
  .lower #sp_nv {
    padding: 65px 0 65px;
  }
}

@media only screen and (max-width: 640px) {
  .lower #sp_nv {
    padding: 65px 20px 65px;
  }
}

@media only screen and (max-width: 400px) {
  .lower #sp_nv {
    padding: 65px 15px 65px;
  }
}

@media only screen and (max-width: 640px) {

  #salon_introduction #sp_nv,
  #service #sp_nv {
    padding: 65px 0 65px;
  }
}

/*        contact_salon 予約モーダル 共通部分
======================================================= */
@media only screen and (max-width: 640px) {
  .contact_salon_area {
    background-color: #f8f5e6;
    margin: 0 -20px -20px;
    padding: 20px 20px 0;
  }
}

.contact_salon_area .box_float {
  overflow: hidden;
  margin: 0 -20px;
}

@media only screen and (max-width: 1024px) {
  .contact_salon_area .box_float {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_float {
    margin: 0;
  }
}

.contact_salon_area .box_float .box_set {
  float: left;
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .contact_salon_area .box_float .box_set {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_float .box_set {
    float: none;
    width: 100%;
    border: 14px #ffffff solid;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_float .box_set+.box_set {
    margin-top: 0.3em;
  }
}

.contact_salon_area .box_float .box_set .receptionist {
  margin: 1.2em 0 1em;
}

.contact_salon_area .box_float .box_set .receptionist h4 {
  margin-bottom: 0.6em;
}

.contact_salon_area .box_float .box_set .receptionist dl {
  overflow: hidden;
}

.contact_salon_area .box_float .box_set .receptionist dl dt {
  float: left;
  width: 110px;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 700px) {
  .contact_salon_area .box_float .box_set .receptionist dl dt {
    float: none;
    width: 100px;
    border-bottom: 1px #ccc solid;
  }
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_float .box_set .receptionist dl dt {
    float: left;
    width: 130px;
    border-bottom: none;
  }
}

@media only screen and (max-width: 400px) {
  .contact_salon_area .box_float .box_set .receptionist dl dt {
    width: 120px;
  }
}

.contact_salon_area .box_float .box_set .receptionist dl dd {
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 700px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd {
    font-size: 85.7%;
  }
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd {
    font-size: 100%;
  }
}

.contact_salon_area .box_float .box_set .receptionist dl dd span.none {
  display: inline-block;
  padding: 0 0.5em;
}

@media only screen and (max-width: 950px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd span.none {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd span.none {
    display: inline-block;
    padding: 0 0.5em;
  }
}

@media only screen and (max-width: 480px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd span.none {
    display: none;
  }
}

.contact_salon_area .box_float .box_set .receptionist dl dd br {
  display: none;
}

@media only screen and (max-width: 950px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd br {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .contact_salon_area .box_float .box_set .receptionist dl dd br {
    display: block;
  }
}

.contact_salon_area .box_float .box_set .salon_btn {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_float .box_set .salon_btn {
    -webkit-box-shadow: 1px 2px 4px 0px rgba(209, 209, 209, 0.6);
    box-shadow: 1px 2px 4px 0px rgba(209, 209, 209, 0.6);
  }
}

.contact_salon_area .box_float .box_set .salon_btn a {
  background-color: #fafafa;
  color: #333333;
  padding: 14px 0 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .contact_salon_area .box_float .box_set .salon_btn a {
    background-color: #ffffff;
  }
}

.contact_salon_area .box_float .box_set .salon_btn a:after {
  position: absolute;
  right: 14px;
}

@media only screen and (min-width: 1025px) {
  .contact_salon_area .box_float .box_set .salon_btn a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #ffffff;
    background-color: #7b0420;
  }

  .contact_salon_area .box_float .box_set .salon_btn a:hover:after {
    color: #ffffff;
  }
}

@media only screen and (max-width: 640px) {
  #reserve_modal .contact_salon_area {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  #reserve_modal .contact_salon_area .box_float .box_set {
    background-color: #f8f5e6;
  }
}

#reserve_modal .contact_salon_area .box_float .box_set+.box_set {
  margin-top: 0.2em;
}

/*                モーダル 部分
======================================================= */
/*                サロン スタッフ       */
.modal {
  background: url(../media/images/common/modal_bg.png) repeat left top;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  padding: 90px 0 50px;
  /*          サロン スタッフ       */
  /*          home greeting モーダル       */
}

.modal .modal_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 690px;
  position: relative;
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .modal .modal_wrap {
    padding: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .modal .modal_wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.modal .modal_wrap.reserve_box {
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .modal .modal_wrap.reserve_box {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .modal .modal_wrap.reserve_box {
    background-color: transparent;
    padding: 0px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

.modal .modal_wrap.greeting_box {
  max-width: 500px;
  padding: 0;
  margin-left: 120px;
  margin-right: 120px;
}

@media only screen and (max-width: 480px) {
  .modal .modal_wrap.greeting_box {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .modal .modal_wrap.greeting_box {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .modal .modal_wrap.greeting_box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.modal .modal_content {
  height: 100%;
}

.modal .modal_area {
  height: 100%;
}

.modal .modal_close {
  cursor: pointer;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  top: -57px;
}

@media only screen and (max-width: 640px) {
  .modal .modal_close {
    top: -50px;
  }
}

@media only screen and (max-width: 480px) {
  .modal .modal_close {
    top: -45px;
  }
}

@media only screen and (max-width: 640px) {
  .modal .modal_close img {
    width: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .modal .modal_close img {
    width: 35px;
  }
}

.modal .staff_box p.position_work {
  font-weight: normal;
  margin-bottom: 0.6em;
}

.modal .staff_box h3 {
  font-size: 228.6%;
  border-bottom: 1px #d8d3ce solid;
  padding-bottom: 0.4em;
}

@media only screen and (max-width: 640px) {
  .modal .staff_box h3 {
    font-size: 171.4%;
    padding-bottom: 0.3em;
  }
}

@media only screen and (max-width: 500px) {
  .modal .staff_box h3 {
    border-bottom: none;
  }
}

.modal .staff_box .block500 {
  display: none;
}

@media only screen and (max-width: 500px) {
  .modal .staff_box .block500 {
    display: block;
  }
}

.modal .staff_box .none500 {
  display: block;
}

@media only screen and (max-width: 500px) {
  .modal .staff_box .none500 {
    display: none;
  }
}

.modal .float_box {
  overflow: hidden;
  margin: 0 -15px;
}

@media only screen and (max-width: 640px) {
  .modal .float_box {
    margin: 0 -10px;
  }
}

.modal .float_box .f_box {
  float: left;
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 640px) {
  .modal .float_box .f_box {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .modal .float_box .staff_img {
    width: 45%;
  }
}

@media only screen and (max-width: 500px) {
  .modal .float_box .staff_img {
    width: 75%;
    float: none;
    margin: 0 auto 0.3em;
  }
}

.modal .float_box .staff_img img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .modal .float_box .staff_intro {
    width: 55%;
  }
}

@media only screen and (max-width: 500px) {
  .modal .float_box .staff_intro {
    width: 100%;
    float: none;
  }
}

.modal .float_box dl {
  overflow: hidden;
  border-bottom: 1px #d8d3ce solid;
  padding: 1em 0 0.8em;
}

@media only screen and (max-width: 640px) {
  .modal .float_box dl {
    padding: 0.6em 0 0.4em;
  }
}

.modal .float_box dl dt,
.modal .float_box dl dd {
  float: left;
}

.modal .float_box dl dt {
  margin-right: 1.4em;
}

.modal .float_box dl.career dt,
.modal .float_box dl.career dd {
  float: none;
}

.modal .float_box dl.career dt {
  margin: 0 0 0.8em;
}

.modal .float_box dl.career dd+dd {
  margin: 0.8em 0 0;
}

@media only screen and (max-width: 640px) {
  .modal .float_box dl.career dd+dd {
    margin: 0.5em 0 0;
  }
}

.modal .comment {
  margin-top: 1.4em;
}

.modal .comment p {
  line-height: 1.7;
}

@media only screen and (max-width: 640px) {
  .modal .comment p {
    line-height: 1.5;
  }
}

.modal #greeting_cont .table {
  background-color: #ffffff;
  display: table;
}

.modal #greeting_cont .table .left,
.modal #greeting_cont .table .right {
  display: table-cell;
  vertical-align: middle;

  @inclide media480 {}
}

.modal #greeting_cont .table .right {
  padding: 20px 20px 0 30px;
}

@inclide media480 {
  .modal #greeting_cont .table .right {
    padding: 20px 20px 0 10px;
  }
}

.modal #greeting_cont .table .name {
  text-align: right;
}

.modal #greeting_cont .table .left {
  width: 170px;
  padding: 20px 10px 0 20px;
}

@inclide media480 {
  .modal #greeting_cont .table .left {
    width: 150px;
  }
}

.modal #greeting_cont .modal_greeting_text {
  background-color: #f8f5e6;
  padding: 20px;
}

@inclide media480 {
  .modal #greeting_cont .modal_greeting_text {
    padding: 10px;
  }
}

.modal #greeting_cont .modal_greeting_text p {
  line-height: 1.7;
}

@media only screen and (min-width: 641px) {
  #greeting_modal {
    display: none;
  }
}

.next .loading {
  display: block;
  margin: 1.5em auto;
}

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




/*20181207ーーーーーーーーーーーーーーーーーーーーーーー*/
#menu_content .text_tax span.bold {
  color: #7B0420;
  font-weight: bold;
}

.main_width.mb_custom {
  margin-bottom: 8vw;
}

@media only screen and (max-width: 768px) {
  .main_width.mb_custom {
    margin: 8vw auto;
  }
}

@media only screen and (min-width: 641px) {
  #whitening_1day .pc_none {
    display: none !important;
  }
}

.canwaku {
  background-color: #ffffff;
  padding: 1rem;
  font-size: 18px;
  margin: 0.5rem 0;
  line-height: 1.6;
  font-weight: bold;
}

.colonawaku {
  border: solid 1px #dcdcdc;
  padding: 1rem;
  display: flex;
  width: 750px;
  margin: 1rem auto;
  justify-content: space-between;
}

.colonawaku h3 {
  text-align: center;
  color: #8B0000;
}

@media only screen and (max-width: 550px) {
  .canwaku {
    padding: 0.5rem;
    font-size: 16px;
  }

  .colonawaku {
    padding: 0.6rem;
    flex-wrap: wrap;
    width: 100%;
    margin: 0.6rem;
    box-sizing: border-box;
  }

  .colonawaku img {
    margin: 1rem 0;
  }
}

.smunder_yoyaku2 {
  display: none;
}

@media (max-width: 550px) {
  .smunder_yoyaku2 {
    display: inherit;
    padding-top: 5px;
    font-size: 15px;
    position: fixed;
    top: 88svh;
    width: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 100;
    background-color: #fff;
  }
}

.smunder_yoyaku2 strong {
  font-size: 12px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  background-color: #fff;
}

.smunder_yoyaku2 ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.smunder_yoyaku2 ul li {
  width: 35%;
  list-style-type: none;
}

.smunder_yoyaku2 ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #07AD38;
  font-weight: bold;
  padding: 0.5rem 0;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 10px;
}

.smunder_yoyaku2 ul li:first-child {
  width: 30%;
}

.smunder_yoyaku2 ul li:first-child a {
  background-image: url(../img/sm_tel.png);
  background-size: 20px auto;
}

.smunder_yoyaku2 ul li:nth-child(2) {
  width: 35%;
}

.smunder_yoyaku2 ul li:nth-child(2) a {
  background-color: #6A0E19;
  background-image: url(../img/smc.svg);
  background-size: 7px auto;
  background-position: 10%;
}

.smunder_yoyaku2 ul li:nth-child(3) {
  width: 35%;
}

.smunder_yoyaku2 ul li:nth-child(3) a {
  background-color: #a40037;
  background-image: url(../img/smc.svg);
  background-size: 7px auto;
  background-position: 10%;
}
