@charset "UTF-8";

/*
Theme Name:  Herb & Aromatherapy salon CAON
Description:
Author:
Author URI:
*/

@import url('https://fonts.googleapis.com/css?family=Forum|Oswald|Pathway+Gothic+One');

/* RESET
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.text_overflow{
	overflow:hidden;
	white-space:nowrap;
	word-wrap:normal;
	text-overflow:ellipsis;
	}

.mo{
  display: none;
}

.pc{
  display: block;
}

@media screen and (max-width: 768px) {

  .mo{
    display: block;
  }

  .pc{
    display: none;
  }

}

/*-----------------------------------------------------------
    =Format
-----------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  /zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
}
embed, iframe, object {
  max-width: 100%;
}
/* Link Style */
a {
  color: #111;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.recruit-wrap a,.entry-content a {
  color: #953937;
  text-decoration: underline;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.recruit-wrap a:focus, .recruit-wrap a:active, .recruit-wrap a:hover,
.entry-content a:focus, .entry-content a:active, .entry-content a:hover {
  color: #953937;
  text-decoration: none;
}
a.txt-link {
  color: #111;
  text-decoration: underline;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
a.txt-link:focus, a.txt-link:active, a.txt-link:hover {
  color: #666;
  text-decoration: none;
}
a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}

embed, iframe, object {
  max-width: 100%;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  background: #e5e5e5;
}
::-webkit-scrollbar-thumb {
  height: 10px;
  background: #333;
}

/* Font Setteing */
.tx-L { text-align: left !important; }
.tx-C { text-align: center !important; }
.tx-R { text-align: right !important; }
.tx-bold { font-weight: bold; }

.paragraph li{
  line-height: 1.4;
  padding: 5px 0 5px 1em;
  text-indent: -1em;
}


/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}

/* Column Layout Format */
.column-2 .row,.column-2 li { width: 50%; }
.column-3 .row,.column-3 li { width: 33.33%; }
.column-4 .row,.column-4 li { width: 25%; }
.column-5 .row,.column-5 li { width: 20%; }
.column-6 .row,.column-6 li { width: 16.66%; }
.column-8 .row,.column-8 li { width: 12.5%; }

/* Margin-Top & Padding-Top */
.mt00 { margin-top:  0px !important; }  .pt00 { padding-top:  0px !important; }
.mt05 { margin-top:  5px !important; }  .pt05 { padding-top:  5px !important; }
.mt10 { margin-top: 10px !important; }  .pt10 { padding-top: 10px !important; }
.mt15 { margin-top: 15px !important; }  .pt15 { padding-top: 15px !important; }
.mt20 { margin-top: 20px !important; }  .pt20 { padding-top: 20px !important; }
.mt25 { margin-top: 25px !important; }  .pt25 { padding-top: 25px !important; }
.mt30 { margin-top: 30px !important; }  .pt30 { padding-top: 30px !important; }
.mt35 { margin-top: 35px !important; }  .pt35 { padding-top: 35px !important; }
.mt40 { margin-top: 40px !important; }  .pt40 { padding-top: 40px !important; }
.mt45 { margin-top: 45px !important; }  .pt45 { padding-top: 45px !important; }
.mt50 { margin-top: 50px !important; }  .pt50 { padding-top: 50px !important; }
.mt55 { margin-top: 55px !important; }  .pt55 { padding-top: 55px !important; }
.mt60 { margin-top: 60px !important; }  .pt60 { padding-top: 60px !important; }
.mt65 { margin-top: 65px !important; }  .pt65 { padding-top: 65px !important; }
.mt70 { margin-top: 70px !important; }  .pt70 { padding-top: 70px !important; }
.mt75 { margin-top: 75px !important; }  .pt75 { padding-top: 75px !important; }
.mt80 { margin-top: 80px !important; }  .pt80 { padding-top: 80px !important; }
.mt85 { margin-top: 85px !important; }  .pt85 { padding-top: 85px !important; }
.mt90 { margin-top: 90px !important; }  .pt90 { padding-top: 90px !important; }
.mt95 { margin-top: 95px !important; }  .pt95 { padding-top: 95px !important; }
.mt100{ margin-top:100px !important; } .pt100{ padding-top:100px !important; }

/* Margin-Right & Padding-Right */
.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }

/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom:  0px !important; }  .pb00 { padding-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }  .pb05 { padding-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }  .pb10 { padding-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }  .pb15 { padding-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }  .pb20 { padding-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }  .pb25 { padding-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }  .pb30 { padding-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }  .pb35 { padding-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }  .pb40 { padding-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }  .pb45 { padding-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }  .pb50 { padding-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }  .pb55 { padding-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }  .pb60 { padding-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }  .pb65 { padding-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }  .pb70 { padding-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }  .pb75 { padding-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }  .pb80 { padding-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }  .pb85 { padding-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }  .pb90 { padding-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }  .pb95 { padding-bottom: 95px !important; }
.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }

/* Margin-Left & Padding-Left */
.ml00 { margin-left:  0px !important; }  .pl00 { padding-left:  0px !important; }
.ml05 { margin-left:  5px !important; }  .pl05 { padding-left:  5px !important; }
.ml10 { margin-left: 10px !important; }  .pl10 { padding-left: 10px !important; }
.ml15 { margin-left: 15px !important; }  .pl15 { padding-left: 15px !important; }
.ml20 { margin-left: 20px !important; }  .pl20 { padding-left: 20px !important; }
.ml25 { margin-left: 25px !important; }  .pl25 { padding-left: 25px !important; }
.ml30 { margin-left: 30px !important; }  .pl30 { padding-left: 30px !important; }
.ml35 { margin-left: 35px !important; }  .pl35 { padding-left: 35px !important; }
.ml40 { margin-left: 40px !important; }  .pl40 { padding-left: 40px !important; }
.ml45 { margin-left: 45px !important; }  .pl45 { padding-left: 45px !important; }
.ml50 { margin-left: 50px !important; }  .pl50 { padding-left: 50px !important; }
.ml55 { margin-left: 55px !important; }  .pl55 { padding-left: 55px !important; }
.ml60 { margin-left: 60px !important; }  .pl60 { padding-left: 60px !important; }
.ml65 { margin-left: 65px !important; }  .pl65 { padding-left: 65px !important; }
.ml70 { margin-left: 70px !important; }  .pl70 { padding-left: 70px !important; }
.ml75 { margin-left: 75px !important; }  .pl75 { padding-left: 75px !important; }
.ml80 { margin-left: 80px !important; }  .pl80 { padding-left: 80px !important; }
.ml85 { margin-left: 85px !important; }  .pl85 { padding-left: 85px !important; }
.ml90 { margin-left: 90px !important; }  .pl90 { padding-left: 90px !important; }
.ml95 { margin-left: 95px !important; }  .pl95 { padding-left: 95px !important; }
.ml100{ margin-left:100px !important; }  .pl100{ padding-left:100px !important; }

/* Animation */
.animated { visibility: hidden; }
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn {
  visibility: visible;
}
.delay-01s { -webkit-animation-delay:0.1s; animation-delay:0.1s; }
.delay-02s { -webkit-animation-delay:0.2s; animation-delay:0.2s; }
.delay-03s { -webkit-animation-delay:0.3s; animation-delay:0.3s; }
.delay-04s { -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay-05s { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.delay-06s { -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay-07s { -webkit-animation-delay:0.7s; animation-delay:0.7s; }
.delay-08s { -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay-09s { -webkit-animation-delay:0.9s; animation-delay:0.9s; }
.delay-1s  {  -webkit-animation-delay:1s;   animation-delay:1s; }

/* button */
.button {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
  margin: 30px auto 0;
  width: 280px;
}
.button,.button::before,.button::after ,
.tel-button,.tel-button::before,.tel-button::after{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all 0.4s ease-in-out 0s;
}
.square-btn{
  background: #953937;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.square-btn:hover {
  color: #fff;
  background: #266038;
  letter-spacing: .1em;
}
.button i {
  position: absolute;
  color: #fff;
  top: 0;
  right: 5px;
  line-height: 60px;
  height: 60px;
  width: 30px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.button:hover i {
  right: 0px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 260px;
    font-size: 12px;
    margin: 15px auto 0;
  }
}

/* wp-pagenavi
-----------------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  max-width: 1140px;
  margin: 50px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  background-color: #eee;
  text-decoration: none;
  padding: 12px 18px;
  margin: 1px;
  vertical-align: middle;
  height: 30px;
  -webkit-transition: .6s ease;
  -moz-transition: .6s ease;
  transition: .6s ease;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #4b4948;
  color: #fff;
}
.wp-pagenavi .pages {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 30px auto;
  }
  .wp-pagenavi .page, .wp-pagenavi .extend {
      display: none;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 12px;
  }
}


/* Social
-----------------------------------------------------------*/
.social-area-syncer {
  width: 100%;
  min-height: 100px;
  margin:50px 0;
  padding:20px;
  border:2px solid #ddd;
  z-index: 10;
}
@media screen and ( min-width:480px) {
  .social-area-syncer {
    min-height: 30px;
    padding: 10px 0;
  }
}
ul.social-button-syncer {
  margin: 5px auto;
  padding: 0;
  text-align: center;
  border: none;
  list-style-type: none;
  overflow: hidden;
}
/* @media screen and ( min-width:480px) {
  ul.social-button-syncer { width: 500px; }
} */

ul.social-button-syncer li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  margin: 0 8px 10px;
  padding: 0;
}
/* [Twitter] */
.sc-tw { width: 71px; }
.sc-tw svg {
  width: 30px;
  height: 30px;
}
.sc-tw a {
  height: 60px;
  margin: 0 auto;
  padding-top: 6px;
  display: block;
  background: #1B95E0;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .5px;
  border-radius: 2px;
}
.sc-tw a:hover {
  color: #fff;
  background: #0c7abf;
}
.sc-tw span:before {
  white-space: pre;
  content: '\A';
}
/* [Facebook] */
.sc-fb {
  z-index: 99;
  width: 69px;
}
.sc-fb-share {
  z-index: 99;
  width: 69px;
}
._5n6l { background: #fff; }
._5n6j { background: #fff; }




/*-----------------------------------------------------------
    =Global Layout
-----------------------------------------------------------*/
body {
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, serif;
  font-size: 14px;
  line-height: 2;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
}
@media only screen and ( max-width:1000px) {
  body {
    font-size: 12px;
  }
}


/* Font Format
-----------------------------------------------------------*/
time,.reserve-tel,.tel-no,.menu-wrap td,.price-txt span,.wp-pagenavi
{
  font-family:'Oswald', YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",YuGothic, "メイリオ", Meiryo, sans-serif;
}

.mv-catch,.section-ttl,.philosophy-catch,.menu-name span,.top-product_row .name span,
#footer-link .ttl,.page-ttl,.ttl-sub_copy,.quote-copy,.line-ttl .en,
.subnav span,#menu-intro .ttl,#product-intro .ttl,.side-column .ttl
{
  font-family:'Forum', "游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝",serif;
}
.section-ttl{
  color:#783795;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-weight: bold;
}


.section-ttl span{
  color: #666;
  font-size: 32px;
  font-weight: 300;
}
#top--news .section-ttl{
  font-size:40px;
  letter-spacing: .1em;
  margin-bottom:20px;
}
.page-ttl{
  color:#783795;
  font-size: 44px;
  letter-spacing: .1em;
  line-height: 1.3;
}
.page-ttl span{
  display: block;
  font-size: 14px;
}
#page--about_bg .page-ttl, #page--yomogi_bg .page-ttl, #page--cafe_bg .page-ttl{
  color:#fff;
}
.ttl-sub_copy{
  color:#c3ac56;
  font-size: 21px;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 25px;
}
.ttl-sub_copy span{
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}
.line-ttl {
  color:#953937;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.6;
  position: relative;
  text-align: center;
}
.line-ttl .bordered {
  font-weight: bold;
  position: relative;
}
.line-ttl .bordered:before {
  border-top: 2px solid #953937;
  content: "";
  position: absolute;
  top: 10px;
  left: -50px;
  width: 30px;
}
.line-ttl .bordered:after {
  border-top: 2px solid #953937;
  content: "";
  position: absolute;
  top: 10px;
  right: -50px;
  width: 30px;
}
.line-ttl span.en{
  display: block;
  font-size:16px;
  letter-spacing: .1em;
}
.menu-name{
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.menu-name span{
  display: block;
  font-size: 12px;
  color:#bfb570;
}
.note{
  font-size: 12px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .section-ttl{
    font-size: 21px;
  }
  .section-ttl span{
    font-size: 12px;
  }
  #top--news .section-ttl{
    font-size:24px;
  }
  .page-ttl{
    font-size: 22px;
    line-height: 1.4;
  }
  .page-ttl span{
    font-size: 12px;
  }
  .line-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .line-ttl .bordered:before {
    border-top: 1px solid #953937;
    left: -25px;
    width: 15px;
  }
  .line-ttl .bordered:after {
    border-top: 1px solid #953937;
    right: -25px;
    width: 15px;
  }
  .line-ttl span.en{
    font-size:12px;
  }
  .ttl-sub_copy{
    font-size: 24px;
    margin-bottom: 15px;
  }

  .ttl-sub_copy span{
    display: block;
    font-size: 12px;
  }
  .menu-name{
    font-size: 16px;
  }
  .note{
    font-size: 10px;
  }
}

/* Frame Format
-----------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
}
.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0px auto;
  position: relative;

}
.lr-wrap {
  margin-left: 2%;
  margin-right: 2%;
}
#content-wrap{
  padding: 50px 0 80px;
}
.page-link{
  margin-top:-100px;
  padding-top:100px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  left: 0px;
  width: 70px;
  z-index: 10;
}
/* Column-Layout */
.col-2 .row { width: 23%; float: left;
    margin: 10px 1%;}

  .top-menu_row img{
    width: 100%;
  }
@media only screen and (min-width: 769px) {
}
.col-3 .row{
  width: 31.3%;
  margin: 0 2.5% 40px 0;
}
.col-3 .row:nth-child(3n) {
  margin: 0 0 40px 0;
}
.col-4 .row {
  width: 22%;
  margin: 0 4% 0 0;
}
.col-4 .row:nth-child(4n) {
  margin: 0 0 0 0;
}
.viewPC     { display: block; }
.viewTB     { display: none; }
.viewPCTB  { display: block; }
.viewSP    { display: none; }
.viewTBSP { display: none; }

@media only screen and (max-width: 1024px) {
  .inner {
    margin: 0;
    width: 100%;
  }
  .lr-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .viewPC    { display: none; }
  .viewTB    { display: block; }
  .viewPCTB { display: block; }
  .viewSP    { display: none; }
  .viewTBSP { display: block; }
  }

@media only screen and (max-width: 999px) {
  #content{
    padding-top:50px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .inner {
    min-width: 320px;
  }
  #content-wrap{
    padding: 30px 0 ;
  }
  .page-link{
    margin-top:-70px;
    padding-top:70px;
  }
  .col-2 .row {
    width: 100%;
    margin-bottom:30px;
  }
  .col-3 .row{
    width: 100%;
    margin: 0 0 30px 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 20px 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 20px 2%;
  }
  #page-top {
    bottom: 60px;
    width: 50px;

  }
  .viewPC    { display: none; }
  .viewTB    { display: none; }
  .viewPCTB { display: none; }
  .viewSP    { display: block; }
  .viewTBSP {  display: block; }
  }


/*-----------------------------------------------------------
    =Common Layout
-----------------------------------------------------------*/
/* Header
-----------------------------------------------------------*/
#header {
  background: #FFF url(../images/header_bg.png);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #f5f5f5;
}
#header .header-inner{
}
#header .logo {
  width:100%;
  padding-top: 15px;
}

#header .logo img{
  width: 300px;
}
#btn-reserve{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    /* padding: 5px; */
}
#btn-reserve a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #783795;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  width: 120px;
    height: 120px;
    border-radius: 60px;
}
#btn-reserve a:hover {
  background: #000;
  color: #fff ;
}
#toggle,#sp-reserve { display:none; }

@media screen and (min-width: 1000px) {
  #gnav{
    line-height: 1.6;
    cursor: pointer;
    width: 100%;
    padding: 20px 0;
  }
  #gnav li{
    display: inline-block;
    padding:0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #gnav li a {
    position: relative;
    display: block;
    margin: 0 30px;
    font-size: 15px;
  }
  #gnav li a span{
    font-size: 15px;
    font-weight: bold;
    color: #783795;
  }

  #gnav li a::after {
    background-color:#783795;;
    content: '';
    position:absolute;
    bottom:-22px;
    left:0;
    height:5px;
    width:100%;
    opacity:0;
    -webkit-transition:height 0.1s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition:height 0.1s, opacity 0.3s, -moz-transform 0.3s;
    transition:height 0.1s, opacity 0.3s, transform 0.3s;
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    transform:translateY(-5px);
  }
  #gnav li a:hover::after {
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform: translateY(0px);
  }
  #gnav li.current a::after{
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and ( max-width: 999px) {

  #header .header-inner{
    display:block;
    width:100%;
    overflow:hidden;
  }
  #header .logo{
    width:200px;
    display: inline-block;
    margin:11px;
    margin-top: 0;
  }
  #btn-reserve{
    width: 120px;
height: 20px;
left: 5px;
bottom: 17px;
z-index: 99999;
border-radius: 5px;
  }
  #btn-reserve a{
    width: 120px;
height: 20px;
background: #FFF;
color: #783795;
border-radius: 7px;
  }
  #panel-btn {
    background:#4b4948;
    display:inline-block;
    height:50px;
    position:absolute;
    right:0px;
    top:0;
    width:50px;
  }
  #toggle {
    display:none;
    float:right;
    margin:0 10px 0 0;
  }
  #sp-reserve{
    display:none;
    position: absolute;
    top:0;
    right:50px;
  }
  #sp-reserve img{
    height:50px;
    width:auto;
  }
  #panel-btn:hover,#sp-reserve:hover {
    opacity:0.6;
    -moz-opacity:.6;
    filter:alpha(opacity=60);
  }
  #panel-btn-icon {
    width:20px;
    height:1px;
    margin:-1px 0px 0px -10px;
    position:absolute;
    top:50%;
    left:50%;
    background-color:#fff;
    display:block;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    width:20px;
    height:1px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left:0;
    display:block;
    content:"";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #panel-btn-icon:before{
   margin-top:-7px;
  }
  #panel-btn-icon:after {
    margin-top:5px;
  }
  #panel-btn .close     {
    background:transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top:-1px;
  }
  #panel-btn .close:before {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }
  #panel-btn .close:after {
    -webkit-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    transform:rotate(-135deg);
  }
  #gnav {
    display: block;
    width:100%;
    z-index:99;
    margin:0px 0 0;
    padding:0;
    background:rgba(51,51,51,1);
  }
  #gnav li {
    float:left;
    width:50%;
    margin:0;
    padding:0;
    text-align:center;
    line-height:1.3;
    border-bottom:1px solid #555;
  }
  #gnav li:nth-child(even){
    border-left:1px solid #555;
  }

  #gnav li:last-child{
    width: 100%;
  }
  #gnav li a {
    padding:20px 0;
    display:block;
    font-size:12px;
    font-weight: bold;
    color:#fff;
    text-decoration:none;
    border:none;
    line-height:1.6;
    letter-spacing: .1em;
    -webkit-transition:opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  #gnav li a:hover  {
    opacity:0.5;
    background:#222;
  }
}


/* ttl-bg
-----------------------------------------------------------*/
.ttl-bg{
  background: #f7f9fc;
  display: table;
  height: 160px;
  text-align: center;
  width: 100%;
}
#page--about_bg{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color:#fff;
  height: 300px;
}

#page--yomogi_bg{
  background-image: url(../images/yomogi_main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color:#fff;
  height: 300px;
}

#page--cafe_bg{

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color:#fff;
  height: 300px;
}

.cafe_bg{
  background-image: url(../images/cafe_main.jpg);
}

.about_bg{
  background-image: url(../images/about_title.jpg);
}

.ashiyu_bg{
  background-image: url(../images/ashiyu_title.jpg);
}

.facial_bg{
  background-image: url(../images/facial_title.jpg);
}

.ballesthe_bg{
  background-image: url(../images/ballesthe_title.jpg);
}

.cafe_bg{
  background-image: url(../images/cafe_title.jpg);
}

.dining_bg{
  background-image: url(../images/dining_title.jpg);
}

.banbuesthe_bg{
  background-image: url(../images/banbu_title.jpg);
}

.ttl-bg .inner{
  display: table-cell;
  vertical-align: middle;
}
.breadcrumbs{
  font-size: 12px;
    color:#a4a4a4;
  text-align: left;
}
.breadcrumbs a{
  color:#a4a4a4;
}
.breadcrumbs a:focus,.breadcrumbs a:active,.breadcrumbs a:hover {
  color: #666;
  text-decoration: underline;
}
.breadcrumbs li{
  float:left;
}
.breadcrumbs li:nth-child(n+2):before {
  content: ">";
  margin: 0 0.2em;
}



@media only screen and (max-width: 999px) {
  .ttl-bg{
    height: 120px;
  }
  #page--about_bg{
    height: 160px;
  }
  .breadcrumbs {
    display: none;
  }

#page--cafe_bg{
  height: 200px;
}
}


/* Sub-nav
-----------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .subnav{
    margin:30px 0 20px;
    text-align: center;
  }
  .bottom-tab{
    margin:80px 0 0px;
  }
  .subnav li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: top;
  }
  .subnav span{
    color:#783795;
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
  }
  .subnav li a {
    border-right: 1px solid #d4d4d4;
    display: block;
    padding: 0 30px;
    position: relative;
  }
  .subnav li:first-child a{
    border-left: 1px solid #d4d4d4;
  }
  .subnav li a::after {
    background-color:#c6af60;
    content: '';
    position:absolute;
    bottom:-20px;
    left:0;
    height:6px;
    width:100%;
    opacity:0;
    -webkit-transition:height 0.1s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition:height 0.1s, opacity 0.3s, -moz-transform 0.3s;
    transition:height 0.1s, opacity 0.3s, transform 0.3s;
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    transform:translateY(-5px);
  }
  .subnav li a:hover::after {
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform: translateY(0px);
  }
  .subnav li.current a::after{
    opacity:1;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 999px) {
  .bottom-tab{
    margin:40px 0 20px;
  }
  .subnav{
    background: #333;
    border-collapse: collapse;
    border-top: solid 1px #d4d4d4;
  }
  .menu-nav li {
    float:left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    vertical-align: top;
    /* width:33.3%; */
    width:50%;
  }
  .product-nav li {
    float:left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    vertical-align: top;
    width:50%;
  }
  .subnav span{
    display: none;
  }
  /* .menu-nav li:nth-child(2) a, .menu-nav li:nth-child(5) a{
    border-left: solid 1px #555;
    border-right: solid 1px #555;
  } */
  .menu-nav  li:nth-child(odd) a,
  .product-nav  li:nth-child(odd) a{
    border-right: solid 1px #555;
  }
  .subnav li a {
    border-collapse: collapse;
    margin: 0;
    display: block;
    background: #333;
    color: #fff;
    border-bottom: solid 1px #555;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    text-decoration: none;
  }
  .subnav li a:hover  {
    color:#fff;
    background:#c6af60;
  }
  .subnav li.current a{
    color:#fff;
    background:#c6af60;
  }
}


/* Footer-salon
-----------------------------------------------------------*/
#footer-salon{
  background: #9edbaf;
  padding:35px 0;
}
#footer-salon .col-2 .row {
  float:left;
  width: 49%;
}
@media only screen and (min-width: 769px) {
  #footer-salon .col-2 .row:nth-child(odd) { margin:0 1% 0 0;}
  #footer-salon .col-2 .row:nth-child(even) { margin:0 0 0 1%;}
}
.salon-row{
  background: #fff;
  padding:20px;
  overflow: hidden;
}
.salon-row figure{
  float:left;
  margin-right:5%;
  width:35%;
}
.salon-row figcaption {
  float:right;
  font-size: 12px;
  vertical-align: top;
  width:60%;
}
.salon-row .salon-name{
  color:#953937;
  font-size:18px;
  font-weight: bold;
  margin-bottom:10px;
}
.salon-row dt{
  float:left;
  font-weight: bold;
  width:55px;
}
.salon-row dd{
  padding-left:60px;
}
@media only screen and (max-width: 768px) {
  #footer-salon{
    padding:20px 0 10px;
  }
  #footer-salon .inner{
    padding:0 20px;
  }
  #footer-salon .col-2 .row {
    width: 100%;
    margin-bottom:10px;
  }
  .salon-row{
    padding:10px;
  }
  .salon-row figure{
    float:left;
    margin-right:5%;
    width:25%;
  }
  .salon-row figcaption {
    float:right;
    width:70%;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: top;
  }
  .salon-row .salon-name{
    font-size:16px;
    line-height: 1.4;
    margin-bottom:5px;
  }
}

/* Footer-reserve
-----------------------------------------------------------*/
#banbu{
  background-image: url(../images/banbu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height:650px; */
  padding:150px 20px;
  text-align: center;
}
#banbu .in{
  background: rgba(255,255,255,0.5);
  margin:0 auto;
  max-width: 600px;
  text-align: center;
  padding:40px;
  position: relative;
  transition: all 0.3s ease;
}
#banbu .in:after {
  content: "";
  display: block;
  margin: auto;
  border: 1px solid #783795;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
}

#banbu p{
  color:#000;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: 'Forum', "游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝",serif;
}

#banbu .in:hover{
  background: #783795;
  transition: all 0.3s ease;
}

#banbu .in:hover:after {
  border: 1px solid #FFF;
}

#banbu .in:hover p{
  color: #FFF;
}

#member{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

#member .member_coupon{
  width: 50%;
  padding: 20px;
  float: left;
}

@media only screen and (max-width: 768px) {

  #member .member_coupon{
    width: 100%;
  }

}

#footer-reserve{
  background-image: url(../images/footer_reserv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height:650px; */
  padding:50px 0;
}
#footer-reserve .in{
  background: rgba(255,255,255,0.8);
  margin:0 auto;
  max-width: 600px;
  text-align: center;
  padding:40px 10px;
  position: relative;
}
#footer-reserve .in:after {
  content: "";
  display: block;
  margin: auto;
  border: 1px solid #783795;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
}
.reserve-tel-sp{
  display: none;
}
.reserve-tel li{
  color: #FFF;
  display: inline-block;
  font-size: 30px;
  margin: 1%;
  vertical-align: middle;
  letter-spacing: .08em;
  line-height: 1.4;
  background: #783795;
  padding: 15px;
  width: 48%;
  border-radius: 8px;
  float: left;
  height: 100px;
}


.reserve-tel span{
  font-size: 14px;
}
.reserve-tel .name{
  display: block;
  letter-spacing: 0;
}

.reserve-tel li i{
  font-size: 24px;
  margin-right: 5px;
  color: #FFF;
}
.reserve-tel li a{
  color:#FFF;
}



.net{
  font-family: 'Forum', "游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝",serif;
  font-weight: bold;
  letter-spacing: -3px !important;
}
#footer-reserve .button {
  font-size: 16px;
  font-weight: bold;
  width: 230px;
}
#footer-reserve .button .square-btn{
  background: none;
  border: 1px solid #783795;
  color: #783795;
}

#footer-reserve .button .square-btn i{
  color: #783795;
}
@media only screen and (max-width: 768px) {
  #footer-reserve{
    padding:20px;
  }
  #footer-reserve .in{
    padding:30px 15px;
  }
  .reserve-tel li{
    color:#FFF;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    margin:10px 0 0 0;
    vertical-align: middle;
    letter-spacing: .08em;
    line-height: 1.4;
    background: #783795;
  }
  .reserve-tel li i{
    font-size: 12px;
    margin-right: 5px;
  }
  .reserve-tel .name{
    display: block;
    letter-spacing: 0;
    font-size: 12px;
  }
  .tel-button {
    display: block;
    font-size: 12px;
    line-height: 60px;
    margin: 30px auto 0;
  }
  .tel-button .square-btn{
    background: #266038;
  }
  .tel-button .square-btn:hover {
    background: #953937;
  }
  #footer-reserve .button {
    font-size: 14px;
    width: 96%;
    margin:20px auto 0;
  }
}

/* Footer-link
-----------------------------------------------------------*/
#footer-link{
  background: #faf8f1;
  display: block;
  font-size: 12px;
  padding:40px 0;
  text-align: center;
}
#footer-link .row{
  display: inline-block;
  margin:0 30px;
  text-align: left;
  vertical-align: top;
}
#footer-link .ttl{
  font-size: 16px;
  display: block;
  letter-spacing: .1em;
  margin-bottom:10px;
}
#footer-link i{
  color:#953937;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  #footer-link{
    display: none;
  }
}

/* Footer-outer
-----------------------------------------------------------*/
#footer-outter{
  font-size: 12px;
  margin:20px 0 50px 0;
  overflow: hidden;
}
#footer-outter ul {
  float: left;
}
#footer-outter li {
  display: inline-block;
}
#footer-outter li i{
  color:#953937;
  margin-right: 5px;
}
#footer-outter li a {
  padding-right: 30px;
}
#footer-outter p {
  float: right;
}
@media only screen and (max-width: 768px) {

  #footer-outter .inner{
    padding:0;
  }
  #footer-outter ul {
    float: none;
    margin:20px;
    text-align: center;
  }
  #footer-outter li a {
    padding:0 10px;
  }
  #footer-outter p {
    float: none;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    margin-bottom:15px;
  }
}

#fix_contact{
  display: none;
}
@media screen and (max-width: 768px) {
  #fix_contact{
    border-top:1px solid #fff;
    display: block;
    width: 100%;
    height: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  #fix_contact.show {
    height: 50px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  #fix_contact li img {
    width: auto;
    height: 3rem;
}
  #fix_contact li{
    float:left;
    margin:0;
    text-align: center;
    width: 33.3%;
    /* width:50%; */
  }
  #fix_contact a{
    border-right: 1px solid #ddd;
    display: block;
    padding: 5px 15px 10px;
  }
  #fix_contact .btn-reserve a {
    background:#783795;
  }
  #fix_contact .btn-seijyo a {
    background:#4b4948;
  }
  #fix_contact .btn-toyosu a {
    background:#4b4948;
  }
}

/*-----------------------------------------------------------
    =TOP
-----------------------------------------------------------*/

/* Mv
-----------------------------------------------------------*/
#mv {
  position: relative;
}
#mv .swiper-container {
  width: 100%;
  height: 100%;
}
#mv .swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1020px;
  opacity: 0.4;
}

#mv .swiper-slide-active{
  opacity: 1 !important;
}

.swiper-container .swiper-slide img{
  max-width: 100%;
  height: auto;
}

#mv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
#mv .swiper-pagination-bullet-active {
  opacity: 1;
  background: #953937;
}
#mv .swiper-active-switch {
	background-color: #16AC94;
}
#mv .swiper-button-prev {
  background-image: url(img/btn-prev.png);
  left: 0px;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
#mv .swiper-button-next {
  background-image: url(img/btn-next.png);
  right: 0px;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

@media(min-width: 768px){
  /* #mv .swiper-pagination, */
  #mv .swiper-button-prev,
  #mv .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #mv .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
      }
}


/* Top-news
-----------------------------------------------------------*/
#top-news{
  text-align: center;
  padding:40px 0 50px;
  position: relative;
  background: url(../images/news_bg.png) bottom center no-repeat;
}
#top-news .inner{
  max-width: 1000px;
}
.news-list ul {
  border-top: 1px solid #dcdcdc;
  text-align: left;
  width: 50%;
  float: left;
}

.movie{
  width: 50%;
  float: left;
  padding: 0 20px;
}

.movie img{
  width: 100%;
  display: block;
}

.news-list li {
  display: table;
  width: 100%;
  line-height: 1.4;
  padding: 18px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.news-list .date {
  color:#666;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: .1em;
  padding-right: 10px;
  width: 6.5em;
  float: left;
}
.news-list .info-cate {
  display: table-cell;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
}
.news-list .title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  width: calc(100% - 200px);
  display: block;
  float: left;
}

@media only screen and (max-width: 768px) {

  .news-list ul {
    width: 100%;
  }

  .movie{
    width: 100%;
    padding: 20px 0;
  }

  .news-list .title{
    width: 100% !important;
  }

}


.label {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  border-radius: 12px;
  display: inline-block;
  width: 90px;
  height: 22px;
}
.info-list {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.news-list i {
  color: #953937;
  padding-right:8px;
}
.category-fair .label { background: #ebb4b7; }
.category-info .label { background: #efc198; }
.category-campaign .label { background: #97d1a9; }
.category-blog .label { background: #abbadf; }
.category-media .label { background: #d8a9cf; }

@media only screen and (max-width: 768px) {
  #top-news{
    text-align: center;
    max-width: 1000px;
    padding:30px 0;
  }
  .news-list .date {
    font-size: 10px;
  }
  .label {
    line-height: 20px;
    height: 20px;
  }
  .news-list .title {
    display: block;
    clear: both;
    line-height:1.4;
    padding-top: 5px;
    padding-left:0px;
    }
}



/* Top-philosophy
-----------------------------------------------------------*/
#top-philosophy{
  background-image: url(img/top/bg-philosophy.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height:650px; */
  padding:50px 0;
}
#top-news .in{
  background: rgba(255,255,255,0.7);
  margin:0 auto;
  max-width: 720px;
  text-align: center;
  padding:60px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}
 .in:after {
  content: "";
  display: block;
  margin: auto;
  border: 1px solid #783795;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
}
.philosophy-catch{
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #top-philosophy{
    padding:20px;
  }
  #top-philosophy .in{
    padding:30px 10px;
  }
  .philosophy-catch{
    font-size: 16px;
  }
}


/* Top-menu
-----------------------------------------------------------*/
#top-menu{
  background: #faf8f1 url(../images/bg.png);
  padding:60px 0 20px;
  text-align: center;
}
#top-menu .col-3 .row{
  display: inline-block;
  vertical-align: top;
}
.top-menu_row{
  margin-bottom:15px;
  border: 1px solid #efefef;
  transition: all 0.3s ease;
}

.top-menu_row:hover{
  border: 1px solid #783795;
  transition: all 0.3s ease;
}

.top-menu_row figure{
  background: #783795 url(../images/li_bg.png);
  background-size: cover;
}

.top-menu_row figcaption{
  padding:20px;
  background: #FFF url(../images/li_bg02.png);
}
.menu-label {
  font-size: 12px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.menu-label li{
  background: #c5e5cf;
  margin: 0 4px 4px 0;
  padding:5px;
}
#top-menu .row p{
  margin-top:5px;
}

@media only screen and (max-width: 768px) {
  #top-menu{
    padding:30px 0;
  }
  .top-menu_row figcaption{
    padding:15px;
  }
  .menu-label {
    font-size: 10px;
  }
}


/* Top-product
-----------------------------------------------------------*/
#top-product{
  padding:60px 0 50px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #top-product .col-3 .row{
    float:left;
    margin: 0 2.5% 30px 0;
    width: 31.3%;
  }
  #top-product .col-3 .row:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .top-product_row{
    background: #fff;
    border:1px solid #e9e9e9;
    padding:20px;
    text-align: left;
  }
  .top-product_row figure{
    width:25%;
    margin-right: 5%;
    float:left;
  }
  .top-product_row figcaption {
    float:right;
    line-height: 1.4;
    vertical-align: top;
    width:70%;
  }
}
.top-product_row figcaption .name{
  font-size: 16px;
  margin-bottom:15px;
}
.top-product_row figcaption .name span{
  color:#bfb56f;
  display: block;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  #top-product{
    padding:30px 0;
  }
  #top-product .col-3 .row{
    float:left;
  }
  #top-product .col-3 .row:nth-child(odd) {
    width: 48%;
    margin:0 2% 20px 0;
  }
  #top-product .col-3 .row:nth-child(even) {
    margin:0 0 20px 2%;
    width: 48%;
  }
  .top-product_row{
    background: #fff;
    border:1px solid #e9e9e9;
    padding:10px;
    text-align: left;
    text-align: center;
  }
  .top-product_row figure{
    margin:0 auto 10px;
    width:80px;
  }
  .top-product_row figcaption {
    display: block;
    line-height: 1.4;
    padding:15px 0 0;
    vertical-align: top;
    width:100%;
  }
  .top-product_row figcaption .name{
    font-size: 14px;
    margin-bottom:15px;
  }
  .top-product_row figcaption .name span{
    display: none;
  }
  .top-product_row figcaption p{
    text-align: left;
  }
}


/* Top-btn
-----------------------------------------------------------*/
.top-btn{
  max-width: 930px;
  margin:20px auto 60px;
  text-align: center;
}
.top-btn li{
  float:left;
}
@media only screen and (max-width: 768px) {
  .top-btn{
    background: #f7f9fc;
    margin:0 auto ;
    padding:20px 20px 10px;
  }
  .top-btn .col-2 .row {
    width: 100%;
    margin-bottom:10px;
  }
}


/*-----------------------------------------------------------
    =PHILOSOPHY
-----------------------------------------------------------*/
.philosophy-lead{
  text-align: center;
}
.philosophy-space{
  background: #f7f9fc;
  margin-top:60px;
  padding:60px 0;
}
.philosophy-feature{
  padding:60px 0;
}
.philosophy-space ul{
  margin-top:30px;
}
.philosophy-space li{
  float:left;
  margin:1%;
  width:48%;
}
.philosophy-space figure{
  float:right;
  text-align: right;
  width:50%;
}
.philosophy-space figcaption{
  float:left;
  width:45%;
  margin-right:5%;
}
.philosophy-feature figure{
  float:left;
  text-align: left;
  width:50%;
}
.philosophy-feature figcaption{
  float:right;
  width:45%;
  margin-left:5%;
}
.quote-copy{
  color:#9a9a9a;
  font-size: 20px;
  text-align: center;
  margin:40px 0;
}
.quote-copy span{
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .philosophy-space{
    background: #f7f9fc;
    margin-top:30px;
    padding:30px 0;
  }
  .philosophy-feature{
    padding:30px 0;
  }
  .philosophy-space figure{
    float:none;
    text-align: left;
    width:100%;
  }
  .philosophy-space figcaption{
    float:none;
    width:100%;
    margin:20px 0 0;
  }
  .philosophy-feature figure{
    float:none;
    text-align: left;
    width:100%;
  }
  .philosophy-feature figcaption{
    float:none;
    width:100%;
    margin:20px 0 0;
  }
  .quote-copy{
    font-size: 14px;
    line-height: 1.5;
    margin:20px 0;
  }
  .quote-copy span{
    font-size: 10px;
    padding-top:10px;
  }
}

.sec-replace{
  background: #eff8f2;
  overflow: hidden;
  padding:50px 0 10px;
}
.sec-replace .in{
  background-color: #fff;
  margin-bottom:40px;
  padding: 40px;
  text-align: center;
  position: relative;
}
.sec-replace .in:after {
  background-color: #953937;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 4px;
}
.sec-replace .in .copy{
  color:#953937;
  font-size: 22px;
  line-height:1.4;
  margin-bottom:20px;
}
.sec-replace .in .txt{
  float:left;
  text-align: left;
  width:55%;
}
.sec-replace .in .pic{
  float:right;
  width:40%;
}
.method-list{
  margin-top:20px;
}
.method-list li{
  border:5px solid #e9e9e3;
  background: #f7f7f6;
  float:left;
  padding:25px;
}
.sec-replace .col-3 .row {
  width: 31.3%;
  margin: 0 2.5% 0 0;
}
.sec-replace .col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.method-list p{
  font-size: 12px;
  margin-top:15px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sec-replace{
    padding:20px 20px 0px;
  }
  .sec-replace .in{
    margin-bottom:20px;
    padding: 20px;
  }
  .sec-replace .in .copy{
    font-size: 16px;
    margin-bottom:20px;
  }
  .sec-replace .in .txt{
    float:none;
    text-align: left;
    width:100%;
  }
  .sec-replace .in .pic{
    float:none;
    width:100%;
    margin-bottom:10px;
  }
  .method-list li{
    border:2px solid #e9e9e3;
    background: #f7f7f6;
    float:none;
    padding:15px;
  }
  .sec-replace .col-3 .row {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .sec-replace .col-3 .row:nth-child(3n) {
    margin: 0 0 0 0;
  }
}


/*-----------------------------------------------------------
    =MENU
-----------------------------------------------------------*/
#menu-intro{
  background: #d1bf80;
  color:#fff;
  font-weight: bold;
  margin-bottom:50px;
  padding:40px 0 0;
  height: 340px;
}
#menu-intro .inner {
  position: relative;
}
#menu-intro figure {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: right;
  width: 53%;
  -webkit-box-shadow: 0 0.3rem 1rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0.3rem 1rem 0 rgba(0,0,0,.1);
}
#menu-intro figcaption {
  font-size: 16px;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 40%;
}
#menu-intro .ttl{
  font-size: 42px;
  letter-spacing: .12em;
  line-height: 1.5;
  margin-bottom:30px;
}
#menu-intro .ttl span{
  display: block;
  font-size: 16px;
  letter-spacing: .06em;
}
@media only screen and (max-width: 768px) {
  #menu-intro{
    padding:0 ;
    margin-bottom:0px;
    height: auto;
  }
  #menu-intro .inner{
    padding:0;
  }
  #menu-intro figure{
    position: static;
    text-align: center;
    width:100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menu-intro figcaption{
    font-size: 12px;
    padding:20px;
    position: static;
    width:100%;
  }
  #menu-intro .ttl{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom:20px;
  }
  #menu-intro .ttl span{
    font-size: 12px;
  }
}

.menu-wrap {
  max-width: 1020px;
  padding: 45px 20px 45px;
}
.menu-wrap .txt{
  text-align: center;
}
.menu-table {
  border-top: 1px solid #aaa;
  border-collapse: collapse;
  margin-top: 30px;
  width: 100%;
}
.menu-table tr{
  border-bottom: 1px solid #aaa;
}
.menu-table th {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  width: 50%;
}
.menu-table th span {
  color: #a2a2a2;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}
.menu-table td {
  font-size: 20px;
  letter-spacing: .06em;
  line-height: 1.2;
  padding: 15px;
  text-align: right;
}
.menu-table td span{
  font-size: 12px;
}
.menu-table .bg-gray{
  background: #f7f9fc;
}
@media only screen and (max-width: 768px) {
  .menu-wrap {
  padding: 20px 20px 20px;
  }
  .menu-wrap .txt{
    text-align: left;
  }
  .menu-table {
    margin-top: 15px;
  }
  .menu-table th {
    font-size: 14px;
    display: block;
    padding: 10px 10px 5px;
    width: 100%;
  }
  .menu-table td {
    display: block;
    font-size: 16px;
    padding: 5px 10px 10px;
    text-align: left;
  }
}

.menu-flow{
  background: #eff8f2;
  overflow: hidden;
  padding: 45px 0;
}
.flow-bottom{
  margin-bottom: 45px;
}
.flow-column3 .row {
  float: left;
  width: 29.3%;
  margin: 0;
}
.flow-column3 .arrow-pc {
  display: block;
  float: left;
  width: 1%;
  margin: 8% 1.5% 0;
}
.flow-column4 .row {
  float: left;
  width: 22%;
  margin: 0;
}
.flow-column4 .arrow-pc {
  display: block;
  float: left;
  width: 1%;
  margin: 8% 1.5% 0;
}
.arrow-sp {
  display: none;
}
.menu-flow figcaption{
  margin-top:15px;
}
.flow-ttl {
  color:#953937;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 8px 0 0 44px;
  position: relative;
}
.ttl01:before {
  background: #953937;
  border-radius: 50%;
  color: #fff;
  content: "01";
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ttl02:before {
  background: #953937;
  border-radius: 50%;
  color: #fff;
  content: "02";
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ttl03:before {
  background: #953937;
  border-radius: 50%;
  color: #fff;
  content: "03";
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ttl04:before {
  background: #953937;
  border-radius: 50%;
  color: #fff;
  content: "04";
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 768px) {
  .menu-flow{
    padding: 20px 0;
  }
  .flow-bottom{
    margin-bottom: 20px;
  }
  .flow-column3 .row {
    float:none;
    width: 100%;
    margin: 0;
  }
  .flow-column4 .row {
    float: none;
    width: 100%;
    margin: 0;
  }
  .flow-column3 .arrow-pc,.flow-column4 .arrow-pc {
    display: none;
  }
  .flow-column3 .arrow-sp,.flow-column4 .arrow-sp {
    display: block;
    float: none;
    width: 10%;
    margin: 20px auto;
  }
  .flow-ttl{
    margin-bottom: 5px;
    padding: 3px 0 0px 38px;
  }
  .ttl01:before,.ttl02:before,.ttl03:before,.ttl04:before {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 28px;
  }
}

.select-menu{
  background: #f2ecdb;
  overflow: hidden;
  padding: 45px 0;
}
.select-menu .in{
  background-color: #fff;
  padding: 40px 40px 0;
  position: relative;
}
.select-menu .in:after {
  background-color: #953937;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 4px;
}
.select-menu .in .copy{
  color:#953937;
  font-size: 22px;
  font-weight: bold;
  line-height:1.4;
  margin-bottom:20px;
  text-align: center;
}
.select-menu .in .copy span{
  display: block;
  font-size: 14px;
}
.select-menu .col-2 .row{
  float:left;
}
.select-menu figcaption{
  padding:20px 0 0;
}
.select-menu .select-copy{
  color:#953937;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom:10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .select-menu{
    padding: 20px ;
  }
  .select-menu .in{
    padding: 20px 0 0;
  }
  .select-menu .in .copy {
    font-size: 16px;
  }
  .select-menu .in .copy span{
    font-size: 10px;
  }
  .select-menu figcaption{
    padding:10px 20px 0;
  }
  .select-menu .select-copy{
    font-size: 16px;
  }
}


/*-----------------------------------------------------------
    =GUIDE
-----------------------------------------------------------*/
.guide-customer .inner{
  position: relative;
  height: 300px;
}
.guide-customer figure{
  position: absolute;
  top:0;
  right:20px;
  text-align: right;
  width:45%;
  -webkit-box-shadow: 0 .3rem 1rem 0 rgba(0,0,0,.1);
  box-shadow: 0 .3rem 1rem 0 rgba(0,0,0,.1);
}
.guide-customer figcaption{
  position: absolute;
  top:0;
  left:20px;
  width:50%;
}
.sec-checklist{
  background: #eff8f2;
  margin-bottom:50px;
  overflow: hidden;
  padding:100px 0 10px;
}
.sec-checklist .in{
  background-color: #fff;
  margin:0 auto 40px;
  padding: 40px;
  position: relative;
  max-width:1020px;
}
.sec-checklist .in:after {
  background-color: #953937;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 4px;
}
.sec-checklist .in .copy{
  color:#953937;
  font-size: 22px;
  line-height:1.4;
  margin-bottom:20px;
  text-align: center;
}
.sec-checklist ol{
  border-top:1px solid #ddd;
}
.sec-checklist li{
  border-bottom:1px solid #ddd;
  padding:15px 0;
}
.sec-checklist li i{
  color:#953937;
  margin-right:6px;
}
@media only screen and (max-width: 768px) {
  .guide-customer .inner{
    position: relative;
    height: auto;
  }
  .guide-customer figure{
    position: static;
    text-align: center;
    width:100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .guide-customer figcaption{
    position: static;
    width:100%;
    padding:20px 0 40px;
  }
  .sec-checklist{
    margin-bottom:30px;
    padding:20px 20px 0px;
  }
  .sec-checklist .in{
    margin-bottom:20px;
    padding: 20px;
  }
  .sec-checklist .in .copy{
    font-size: 16px;
    margin-bottom:20px;
  }
  .sec-checklist li{
    padding:10px 0;
  }
}


/*-----------------------------------------------------------
    =PRODUCT
-----------------------------------------------------------*/
#product-intro{
  background: #d1bf80;
  color:#fff;
  font-weight: bold;
  padding:20px;
  text-align: center;
}
#product-intro .ttl{
  font-size: 42px;
  letter-spacing: .12em;
  line-height: 1.5;
}
#product-intro .ttl span{
  display: block;
  font-size: 16px;
  letter-spacing: .06em;
}

@media only screen and (max-width: 768px) {
  #product-intro{
  }
  #product-intro .ttl{
    font-size: 24px;
    line-height: 1.3;
  }
  #product-intro .ttl span{
    font-size: 12px;
  }
}


.product-wrap {
  border-bottom: 1px dotted #666;
  margin-bottom:80px;
  padding-bottom:30px;
}
.product-wrap .product-catch{
  font-size: 18px;
  margin-bottom:30px;
  text-align: center;
}
.product-wrap .col-2 .row{
  float:left;
}
@media only screen and (min-width: 769px) {
  .product-wrap .col-2 .row:nth-child(odd) { margin:0 2% 70px 0;}
  .product-wrap .col-2 .row:nth-child(even) { margin:0 0 70px 2%;}
}
.product-row{
  margin-bottom:15px;
}
.product-wrap figure{
  border:1px solid #e3e3e3;
  float:left;
  width:33%;
}
.product-wrap figcaption{
  float:right;
  width:63%;
}
.product-ttl{
  background: #f7f9fc;
  border-top:2px solid #d7c78f;
  margin-bottom:15px;
  padding: 12px 20px;
}
.product-ttl .ttl{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.product-ttl .ttl span{
  font-size: 14px;
}
.product-ttl .menu-label{
  margin-top:10px;
}
.product-wrap .price-txt{
  font-size: 14px;
  line-height: 1.2;
}
.product-wrap .price-txt span {
  font-size: 18px;
  letter-spacing: .1em;
  padding-left:8px;
}
.product-wrap .col-2 .row p{
  line-height: 1.8;
}
.product-material{
  border-bottom:1px solid #dedede;
  border-top:1px solid #dedede;
  font-size: 12px;
  margin-top:20px;
  padding:10px 0;
}
.product-wrap .col-2 .row .product-material p{
  line-height: 1.6;
}
.product-material .paragraph{
  margin-top:8px;
}
.product-material .paragraph li{
  line-height: 1.4;
  padding: 2px 0 2px 1em;
  text-indent: -1em;
}
.product-sub_copy{
  color:#953937;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom:20px;
}
.product-sub_copy span{
  display: block;
  font-size: 12px;
}
.product-txt{
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product-wrap{
    margin-bottom:60px;
    padding-bottom:20px;
  }
  .product-wrap .product-catch{
    font-size: 14px;
    margin-bottom:20px;
  }
  .product-wrap .col-2 .row{
    float:none;
  }
  .product-wrap .col-2 .row {
    margin-bottom:40px;
  }
  .product-row{
    margin-bottom:10px;
  }
  .product-wrap figure{
    border: none;
    float:none;
    margin:0 30% 10px;
    width:40%;
    text-align: center;
  }
  .product-wrap figcaption{
    float:none;
    width:100%;
  }
  .product-ttl{
    margin-bottom:10px;
    padding: 12px;
  }
  .product-ttl .ttl{
    font-size: 16px;
  }
  .product-ttl .ttl span{
    font-size: 12px;
  }
  .product-ttl .menu-label{
    margin-top:5px;
  }
  .product-wrap .price-txt{
    font-size: 12px;
  }
  .product-wrap .price-txt span {
    font-size: 16px;
  }
  .product-material{
    font-size: 10px;
  }
  .product-sub_copy{
    font-size: 14px;
    margin-bottom:14px;
  }
  .product-sub_copy span{
    font-size: 10px;
  }
  .product-txt{
    text-align: left;
  }
}

/*-----------------------------------------------------------
    =FAQ
-----------------------------------------------------------*/
.faq-wrap{
  border-bottom:1px dotted #666;
  margin-bottom:60px;
  padding-bottom:30px;
}
.faq-wrap .col-2 li{
  float:left;
}
.faq-ttl{
  background: #f7f9fc;
  border-top:2px solid #d7c78f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom:15px;
  min-height:65px;
  line-height: 1.5;
  padding: 15px 0 10px 60px;
  position: relative;
}
.faq-ttl:before {
  background: #953937;
  border-radius: 50%;
  color:#fff;
  content: "Q";
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align:center;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .faq-wrap{
    margin-bottom:40px;
    padding-bottom:20px;
  }
  .faq-ttl{
    font-size: 14px;
    margin-bottom:10px;
    min-height:50px;
    padding: 12px 10px 10px 44px;
  }
  .faq-ttl:before {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 28px;
  }
}



/*-----------------------------------------------------------
    =SALON
-----------------------------------------------------------*/

.salon-wrap:nth-child(1){
  margin-bottom:80px;
}
.salon-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #953937;
}
.salon-wrap .swiper-button-prev {
  background-image: url(img/btn-prev.png);
  left: 0px;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.salon-wrap .swiper-button-next {
  background-image: url(img/btn-next.png);
  right: 0px;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

@media(min-width: 768px){
  .salon-wrap .swiper-wrapper{
    flex-wrap:wrap;
  }
  .salon-wrap .swiper-slide{
    width: 33.3%;
    padding: 1px;
  }
  .salon-wrap .swiper-button-prev,
  .salon-wrap .swiper-button-next,
  .salon-wrap .swiper-pagination{
    display: none;
  }
}

.salon-intro{
  background: #eff8f2;
  margin-top:10px;
  padding:40px 0;
}
.salon-intro .map{
  float: right;
  height:380px;
}
.salon-intro dl{
  background: #fff;
  border-top: 1px solid #ddd;
  float:left;
}
.salon-intro dt {
  font-weight: bold;
  float: left;
  padding: 15px 20px;
  width: 120px;
}
.salon-intro dd {
  border-bottom: 1px solid #ddd;
  padding: 15px 20px 15px 120px;
}
.salon-intro .tel-no{
  color:#953937;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .12em;
}
@media only screen and (max-width: 768px) {
  .salon-wrap:nth-child(1){
    margin-bottom:40px;
  }
  .salon-intro{
    margin-top:0px;
    padding:20px 0;
  }
  .salon-intro .tel-no{
    font-size: 20px;
  }
  .salon-intro dt {
    float: none;
    font-size: 12px;
    padding: 15px 15px 3px;
    width: 100%;
  }
  .salon-intro dd {
    padding: 0 15px 15px;
  }
}


/*-----------------------------------------------------------
    =COMPANY,RECRUIT
-----------------------------------------------------------*/
.company-wrap,.recruit-wrap{
  max-width: 1040px;
}
.company-wrap table,.recruit-wrap table {
  border-collapse: collapse;
  border-top: 1px solid #dcdcdc;
  margin-bottom:50px;
  width: 100%;
}
.company-wrap tr,.recruit-wrap tr {
  border-bottom: 1px solid #dcdcdc;
}
.company-wrap th,.recruit-wrap th {
  font-weight: bold;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
  width: 20%;
}
.company-wrap td,.recruit-wrap td {
  padding: 20px 10px;
}
.recruit-copy{
  font-size: 24px;
  font-weight: bold;
  margin-bottom:30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .company-wrap th,.recruit-wrap th  {
    display: block;
    padding: 10px 0 3px;
    width: 100%;
  }
  .company-wrap td,.recruit-wrap td {
    display: block;
    padding: 0 0 10px;
  }
  .recruit-copy{
    font-size: 18px;
    margin-bottom:20px;
  }
}


/*-----------------------------------------------------------
    =PRIVACY
-----------------------------------------------------------*/
.privacy-ttl{
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 20px;
  margin:30px 0 15px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .privacy-ttl{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 10px;
    margin:30px 0 15px;
    font-size: 14px;
    font-weight: bold;
  }
}


/*-----------------------------------------------------------
    =RESERVE
-----------------------------------------------------------*/
.reserve-wrap{
  max-width: 1040px;
}
.reserve-wrap:first-child{
  margin-bottom:100px;
}
.tel-box{
  border:6px solid #e9e9e9;
  text-align: center;
  margin:40px 0 0;
  padding:30px 30px 10px;
}
.tel-box li{
  display: inline-block;
  font-size: 26px;
  margin:20px;
  vertical-align: middle;
  letter-spacing: .08em;
  line-height: 1.4;
}
.tel-box li span{
  letter-spacing: 0;
  font-size: 14px;
}
.tel-box li i{
  font-size: 22px;
  margin-left: 10px;
  margin-right: 5px;
}
.tel-box li a{
  color:#953937;
}
@media only screen and (max-width: 768px) {
  .reserve-wrap:first-child{
    margin-bottom:70px;
  }
  .tel-box{
    border:2px solid #e9e9e9;
    margin:20px 0 0;
    padding:20px;
  }
  .tel-box p{
    text-align: left;
    margin-bottom:10px;
  }
  .tel-box li{
    font-size: 18px;
    margin:10px;
  }
  .tel-box li span{
    font-size: 12px;
  }
  .tel-box li i{
    font-size: 16px;
  }
}

.reserve-wrap table {
  border-collapse: collapse;
  border-top: 1px solid #dcdcdc;
  line-height: 1.8;
  margin:40px 0;
  width: 100%;
}
.reserve-wrap tr {
  border-bottom: 1px solid #dcdcdc;
}
.reserve-wrap th {
  font-weight: bold;
  padding: 15px 10px;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
.reserve-wrap td {
  padding: 15px 10px 15px 40px;
}
.required {
  padding: 1px 8px;
  border: 1px solid #f16365;
  color: #f16365;
  font-size: 12px;
  float: right;
}
.reserve-wrap .inputBox {
  width:480px;
  padding: 10px;
  height:36px;
  outline: none;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  background: #f4f4f4;
}
.reserve-wrap .inputBox02 {
  width:50px;
  padding: 10px;
  height:36px;
  outline: none;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  background: #f4f4f4;
}
.reserve-wrap .inputBox03 {
  width:300px;
  padding: 10px;
  height:36px;
  outline: none;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  background: #f4f4f4;
}
.reserve-wrap .textBox {
  width: 480px;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
}
.laba-col-1 label {
  width: 100%;
  display: block;
  margin: 3px 0 0 0 !important;
  padding: 0 !important;
}
.reserve-wrap label input {
  margin-right: 8px;
}
button,fieldset,form,input,label,legend,select,textarea {
 margin:0;
 padding:0;
 vertical-align:baseline;
 font-family:inherit;
 font-style:inherit;
 font-weight:inherit;
 font-size:100%;
}
input:focus,textarea:focus,select:focus {
  background:#d5dfff;
}
input {
  vertical-align:middle;
}
input,textarea {
  font-family:"游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}
.reserve-wrap .inputBox:focus,
.reserve-wrap .textBox:focus  {
  outline: none;
  background: #f8f8f8;
  border: 1px solid #dedede;
}
.reserve-wrap select {
  padding: 8px ;
  margin: 0 auto 0;
  line-height: 1.6;
  cursor: pointer;
}
.inquiryBtn {
  margin:0 auto;
  overflow:hidden;
  text-align:center;
}
.inquiryBtn input {
	cursor:pointer;
  background:#282828;
  color:#fff;
	border:none;
	font-weight:bold;
	font-size:14px;
	padding:20px 0;
	width:300px;
	margin: 0 5px 5px;
}
.inquiryBtn input:hover {
	background: #666;
}


@media only screen and (min-width: 769px) {
  .menu-box{
    width: 48%;
  }
  .menu-box:nth-child(odd) { margin:0 2% 20px 0;}
  .menu-box:nth-child(even) { margin:0 0 20px 2%;}
}
.menu-box .title{
  background: #953937;
  color:#fff;
  font-weight: bold;
  margin-bottom:10px;
  padding:5px 10px;
}
.reserve-wrap table .flex{
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and ( max-width: 768px) {
  .reserve-wrap th {
    padding: 15px 0;
    display: block;
    width: 100%;
  }
  .reserve-wrap td {
    display: block;
    padding:5px 0 15px;
  }
  .reserve-wrap .inputBox,.reserve-wrap .inputBox02,.reserve-wrap .inputBox03 {
    width:100%;
    padding:5px;
    -webkit-appearance:none;
   }
  .reserve-wrap .textBox {
    width:100%;
    padding:5px;
    -webkit-appearance:none;
  }
  .required {
    padding:1px 8px;
    font-size: 10px;
  }
  .inquiryBtn input {
     width:100%;
     margin:0 0 5px;
  }
  .menu-box{
    width: 100%;
    margin-bottom:20px;
  }
}


/*-----------------------------------------------------------
    =NEWS
-----------------------------------------------------------*/
.main-column{
  float:left;
  overflow: hidden;
  width:70%;
}
.side-column {
  background: #f9f7ef;
  float:right;
  padding:20px 20px 10px;
  width:25%;
}
.side-column .ttl {
  border-top:2px solid #953937;
  font-size: 24px;
  line-height: 1.6;
  padding: 15px 20px 20px;
  letter-spacing: 0.2em;
}
.side-column .ttl span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.side-column aside {
  margin-bottom:30px;
  background:#fff;
  overflow:hidden;
}
.side-column .side-nav {
  overflow: hidden;
  border-top: solid 1px #dcdcdc;
  background: #fff;
}
.side-column .side-nav li {
  border-bottom: solid 1px #dcdcdc;
  overflow: hidden;
}
.side-column .side-nav li i {
  color: #953937;
  padding-right:8px;
}
.side-column .side-nav li a {
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  padding: 15px ;
  overflow: hidden;
}
.side-column .side-nav li a:hover {
  background:#eee;
}
.side-column select {
  width: 90%;
  margin: 0 5% 20px;
}
select:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
select {
  padding: 5px 8px 5px 8px;
  margin: 10px auto;
  line-height: 1.6;
  cursor: pointer;
  border: none;
  font-size: 14px;
  background-color: rgba(244, 244, 244, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media screen and ( max-width: 768px) {
  .main-column{
    float:none;
    width:100%;
    margin-bottom:40px;
  }
  .side-column {
    float:none;
    padding:10px;
    width:100%;
  }
  .side-column .ttl {
    font-size: 20px;
    padding: 15px 10px 20px;
    text-align: center;
  }
  .side-column .ttl span {
    font-size: 10px;
  }
  select{
    font-size: 12px;
  }
  .side-column select{
    font-size: 12px;
  }
}

.entry-header{
  border-bottom:1px solid #dddddd;
  border-top:3px solid #dddddd;
  margin-bottom:30px;
  padding:20px 0;
}
.entry-header .entry-title{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom:10px;
}
.entry-header .date{
  color: #666;
  font-size: 12px;
  letter-spacing: .1em;
  padding-right: 10px;
  width: 6.5em;
}
.entry-content{
  font-size:16px;
  line-height: 1.8;
  margin-bottom:60px;
}
.entry-content img {
  margin: 20px 0;
}
.entry-content h2{
  background: #f3f3f3;
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px;
  margin: 50px 0 30px;
}
.entry-content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0;
  color: #953937;
  border-top: 1px solid #953937;
  border-bottom: 1px solid #953937;
  margin: 25px 0 15px;
  overflow: hidden;
}
.entry-content h4  {
  font-size: 18px;
  border-left: 6px solid #ccc;
  font-weight: bold;
  margin: 20px 0 15px;
  padding: .25em 0 .25em .75em;
}
@media screen and ( max-width: 768px) {
  .entry-header{
    margin-bottom:20px;
    padding:10px 0;
  }
  .entry-header .entry-title{
    font-size: 20px;
  }
  .entry-content{
    font-size:14px;
    margin-bottom:0px;
  }
  .entry-content h2{
    font-size: 18px;
    padding: 10px;
    margin: 30px 0 15px;
  }
  .entry-content h3 {
    font-size: 16px;
    padding: 10px 0;
    color: #953937;
    margin: 15px 0;
    overflow: hidden;
  }
  .entry-content h4  {
    font-size: 14px;
    border-left: 6px solid #ccc;
    font-weight: bold;
    margin: 10px 0 10px;
    padding: .15em 0 .15em .75em;
  }
}

.btn-reserve-block{
  max-width: 800px;
  margin:20px auto;
}
.btn-reserve-block li {
    float: left;
    margin: 1%;
    width: 48%;
}
.btn-reserve-block .square-btn{
    background: #783795;
    color: #fff;
}
.btn-reserve-block .square-btn:hover {
    background: #000;
    color: #fff;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -480px;
    left: -800px;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    top: 450px;
    left: -2000px;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}


.top_banner {
    position: fixed;
    top: 30px;
    right: 10px;
    width: 320px;
    height: 150px;
    animation: banner 10s steps(4) forwards infinite;
    z-index: 999;
  }
  @media (max-width: 767px) {
    .top_banner{
      display: none;
    }
  }

  @keyframes banner {
    0%{background: url(../images/top_banner.png) 0px 0px no-repeat;}
    100%{background: url(../images/top_banner.png) -1280px 0px no-repeat;}
  }


#menu_contents{
  background: #b29a8f;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 40px 0 ;
}

#menu_contents .menu_box{
  max-width: 1240px;
  margin: 0 auto;

}

#menu_contents ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#menu_contents li{
  width: 100%;
  -webkit-flex-direction:row;
　flex-direction:row;
  padding: 20px;
}

#menu_contents li .menu_item{
  -webkit-box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.17);
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.17);
  background-size: cover;
  padding-top: 50px;
  height: 500px;
  text-align: center;
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

#menu_contents li .menu_item:hover{
  border: 3px solid #953937;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.menu_item h2 .ja{
  display: block;
  color: #783795;
  font-size: 14px;
  font-weight: bold;
}

.menu_item h2{
  font-size: 36px;
  color: #000;
  line-height: 1em;
  font-family: 'Forum', "游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝",serif;
}

.menu_item p{
  color: #878787;
  padding-top: 30px;
}

.menu_item p .button{
  opacity: 0;
}

#menu_contents li .menu_item:hover .button{
  opacity: 1;
}

#menu_contents li .menu_item_cafe{
  background: url(../images/menu_cafe.jpg) -3px;
}

#menu_contents li .menu_item_onkatsu{
  background: url(../images/onkatsu_gif.gif) -3px;
}

.about{
  background: #faf8f1 url(../images/bg.png) no-repeat;
  padding-bottom: 100px;
}

.about_btn{
  padding: 20px 0 0 0;
  width: 180px;
}

.about_btn-two{
  padding: 20px 0 0 0;
  width: 100%;
}

.about_btn-two a{
  width: 150px;
}

.about_btn .square-btn, .about_btn-two .square-btn{
  padding: 5px 0;
}

.about_btn .square-btn i, .about_btn-two .square-btn i{
  padding-left: 8px;
}

.about-contents{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.about-contents .about-img{
  -webkit-box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.17);
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.17);
}

.about-contents h1{
  font-size: 36px;
  text-align: center;
  padding: 50px 0 100px 0;
  font-family: 'Forum', "游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝",serif;
}

.about-contents p{
  font-size: 14px;
  text-align: center;
  padding: 80px 8px;
  font-family: 'Forum', "游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝",serif;
}

.about-contents p span{
  font-weight: bold;
  font-size: 24px;
  font-family: 'Forum', "游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝",serif;
}

.about-contents .line{
  width: 100px;
  height: 3px;
  background: #000;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.onkatsu{
  width: 100%;
  height: 550px;
  margin-top: 200px;
  position: relative;
}

.onkatsu .onkatsu_box{
  width: 350px;
  height: 400px;
  opacity: 0.9;
  background: #24292d;
  position: absolute;
  top: -50px;
  right: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.17);
  box-shadow: 5px 5px 26px 0 rgba(0,0,0,0.17);
}

.onkatsu .onkatsu_box02{
  background: #FFF;
  opacity: 0.7;
  border: 1px solid #
}

.onkatsu:nth-child(2n) .onkatsu_box{
  left: 0;
  right:inherit;
}

.onkatsu .onkatsu_box .btn{
  font-size: 13px;
  color: #FFF;
  background: #783795;
  padding: 5px 10px;
}

.onkatsu .onkatsu_box h2{
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
}

.onkatsu .onkatsu_box p{
  font-size: 12px;
  color: #e2e2e2;
  letter-spacing: -0.5px;
}

.onkatsu .onkatsu_box p span{
  font-size: 15px;
  color: #FFF;
  padding-bottom: 3px;
  display: block;
  letter-spacing: -2px;
}

.onkatsu .onkatsu_box02 h2{
  font-size: 32px;
  color: #000;
  font-weight: bold;
}

.onkatsu .onkatsu_box02 p{
  font-size: 12px;
  color: #666;
  letter-spacing: -0.5px;
}

.onkatsu .onkatsu_box02 p span{
  font-size: 15px;
  color: #000;
  padding-bottom: 3px;
  display: block;
  letter-spacing: -2px;
}

.ashiyu{
  background: #faf8f1 url(../images/onkatsu01.jpg);
  background-size: cover;
  margin-top: 50px;
}

.yomogi{
  background: #faf8f1 url(../images/onkatsu02.jpg);
  background-size: cover;
}

.esute{
  background: #faf8f1 url(../images/onkatsu03.jpg);
  background-size: cover;
}

.yakuzen{
  background: #faf8f1 url(../images/onkatsu04.jpg);
  background-size: cover;
}

.cafe{
  background: #faf8f1 url(../images/onkatsu05.jpg);
  background-size: cover;
}

.dining{
  background: #faf8f1 url(../images/onkatsu06.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  .about-contents p span{
    font-size: 18px;
    letter-spacing: -1.5px;
  }

  .onkatsu .onkatsu_box02 h2{
    font-size: 24px;
  }

  .onkatsu .onkatsu_box{
    height: inherit;
  }

  .onkatsu{
    height: 350px;
    background-position: -180px;
  }

  .salon-intro dl{
    width: 100%;
  }
}

#sub_right_nav_waku{
	width:60px; height:555px; position:absolute; top:555px; right:0; overflow:hidden;}

#right_nav_waku{
	width:60px; height:255px; position:fixed; top:300px; right:0; overflow:hidden; z-index: 9999;}

#sub_right_nav{
	width:162px; position:absolute; top:0px; right:-102px; background:url(../images/common/right_navbg.png) no-repeat; z-index:2000;}

#right_nav{
	width:162px; position:absolute; top:0px; right:-102px; background:url(../images/common/right_navbg.png) no-repeat; z-index:2000;}

	.fixed_right{
		position:fixed !important; top:150px !important;}

#sub_right_nav_waku:hover, #right_nav_waku:hover{
	width:162px;}

#right_nav:hover{
	right:0px; transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out;}

#sub_right_nav:hover{
	right:0px; transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out;}

	.nav_waku ul{
		float: left; border: 4px solid #783795;}

	.nav_waku{
		width:145px; height:400px; position:absolute; top:46px; left:17px;}

	.nav_waku li{
		width:145px; height:47px; float:left;}


		.nav_waku li:hover{
			opacity:0.5; transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out;}

		.right_event{
			padding-top:30px; float:left;}

#mobile_nav_box{
  width: 100%; padding: 3px 0; background: rgba(120,55,149,0.7); position: fixed; bottom: 0; text-align: right; z-index: 1; display: none;
}

#mobile_nav li{
  display: inline-block; padding: 0 2px;
}


.news-list .page{
  padding-top: 30px;
}

.news-list .page strong, .news-list .page .bubble, .news-list .page a{
  padding: 5px 10px;
  border: 1px solid #783795;
}

.news-list .page .bubble, .news-list .page a:hover{
  border: 1px solid #783795;
  background: #783795;
  color: #FFF;
}

.title_contents{
  width: 100%;
  float: left;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}

.contents_text{
  border: 1px solid #783795;
  padding: 10px;
  width: 100%;
  float: left;
  text-align: left;
}

.news_btn{
  width: 240px;
  margin-top: 20px;
  float: left;
  position: relative;
}

.news_write{
  width: 240px;
  margin-top: 20px;
  float: inherit !important;
  display: inline-block !important;
  position: relative;
}

.news_btn a, .news_btn .news_button{
  padding: 10px 0;
  background: transparent;
  border: 1px solid #783795;
  color: #783795;
  font-weight: bold;

}

.news_btn i{
  position: absolute;
  color: #783795;
  top: -5px;
  left: 5px;
  line-height: 60px;
  height: 60px;
  width: 30px;
  font-weight: bold;
}

.news_btn a:hover i{
  color: #FFF;
}

.news_more{
  width: 200px;
  margin-top: 5px;
  float: right;
  position: relative;
}

.news_more a{
  padding: 3px 0;
  background: transparent;
  border: 1px solid #783795;
  color: #783795;
  font-weight: bold;
  width: 100%;
    text-align: center;
    display: block;

}

.news_more i{
  position: absolute;
  color: #783795;
  top: -13px;
  right: 5px;
  line-height: 60px;
  height: 60px;
  width: 30px;
  font-weight: bold;
}

.news_more a:hover i{
  color: #FFF;
}

.news_modify, .new_del{
  padding: 0 2px;
}

.news_modify a, .new_del a{
  padding: 5px;
  color: #FFF;
  background: #1054ff;
}

.new_del a{
  background: #ff1010;
}

.cke_skin_kama{
  max-width: 750px;
margin: 0 auto;
width: 100%;
}

@media (max-width: 767px) {
#right_nav_waku, #page-top{
  display: none;
}

#mobile_nav_box{
  display: block;
}


}
