@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html{
  height: 100%;
  /* font-size: 62.5%; font-size 1em = 10px on default browser settings */
}
body {
  height: 100%;
  color: #111111;
  line-height: 18px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: white;
  word-wrap: break-word;
  position: relative;
}
img {
  border-width: 0;
}

img.heightAuto {
  height: auto;
}
object, embed {
  vertical-align: bottom;
}
ul, ul li {
  list-style: none;
}
.s-box:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.l-box, .pc-l-box, .tab-l-box {
  float: left;
}

.r-box, .pc-r-box, .tab-r-box {
  float: right;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.obtn {
}
.obtn.dblk {
  width: 100%;
  height: 100%;
  display: block;
}
:focus{
  outline:none;
}
.hide {
  display: none!important;
}

.v-align{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

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

}
/*///////////////////////////////////////////////////////////// ANCHOR */

a{
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}

a.underline {
  text-decoration: underline;
}

a.iabtn:hover {
  cursor: default !important;
}
.f-robo{
  font-family: 'Roboto', sans-serif!important;
}
.f-color-pri{
  color: #EADAC0;
}
.f-color-sec{
  color: #65443E;
}
.f-color-thi{
  color: #938A80;
}
.f-color-for{
  color: #ffffff;
}
.f-color-fif{
  color: #818181;
}


.f-size-m, 
.bottom .body-part .conts-wrap p.f-size-m{
  font-size: 12px;
}
.f-size-l,
.bottom .body-part .conts-wrap p.f-size-l{
  font-size: 14px;
}
.f-size-xl,
.bottom .body-part .conts-wrap p.f-size-xl{
  font-size: 15px;
}

.f-weight-400{
  font-weight: 400;
}
.f-weight-600{
  font-weight: 600;
}
.f-weight-900{
  font-weight: 900;
}
.f-en{
    font-family: "Avenir Heavy",sans-serif!important;
    font-style: normal;  
}
.f-en-med{
    font-family: "Avenir Medium",sans-serif!important;
    font-style: normal;  
}
@font-face{ 
  font-family: 'Avenir Heavy';
  src: url('../fonts/Avenir-Heavy.eot');
  src: url('../fonts/Avenir-Heavy.eot') format('embedded-opentype'),
       url('../fonts/Avenir-Heavy.woff2') format('woff2'),
       url('../fonts/Avenir-Heavy.woff') format('woff'),
       url('../fonts/Avenir-Heavy.ttf') format('truetype'),
       url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');    
}
@font-face{ 
  font-family: 'Avenir Medium';
  src: url('../fonts/Avenir-Medium.eot');
  src: url('../fonts/Avenir-Medium.eot') format('embedded-opentype'),
       url('../fonts/Avenir-Medium.woff2') format('woff2'),
       url('../fonts/Avenir-Medium.woff') format('woff'),
       url('../fonts/Avenir-Medium.ttf') format('truetype'),
       url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');    
}
.img-wrap{
  overflow: hidden;
}
.img-wrap img{
  width: 100%;
}
.zoom:hover img{
  -webkit-transform: scale(1.1); 
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.zoom-tar:hover img.zoom-item{
  -webkit-transform: scale(1.1); 
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.o0{
  opacity:0;
  filter: alpha(opacity=0);
  -moz-opacity:0;  
}

.transit-02{
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.transit-05{
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.flex-v-center{
  align-items: center;
}
.flex-v-top{
    align-items: flex-start;
}
.flex-h-center{
    justify-content: center;
}
.flex.col02 .item{
  flex: 1 0 50%;
}
.wide-hide{
  display: block;
}
.mid-hide{
  display: block;
}
.mid-show{
  display: none;
}
.wide-show{
  display: none;
}
.extra-wide-show{
    display: none;
}
@media (max-width: 479px){
  .narrow-reverse {
      flex-direction: row-reverse;
  }
}
@media (min-width: 768px){
  .mid-hide{
    display: none;
  }
  .mid-show{
    display: block;
  }
  .mid-flex{
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
  }
  .mid-flex-v-center{
    align-items: center;
  }
}
@media (min-width: 980px){
  .wide-hide{
    display: none;
  }
  .wide-show{
    display: block;
  }
  .f-size-s{
    font-size: 12px;
  }
  .f-size-m{
    font-size: 14px;
  }

  .f-size-l{
    font-size: 14px;
  }
  .f-size-l2{
    font-size: 18px;
  }
  .wide-flex{
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
  }
}
@media (min-width: 1200px){
  .extra-wide-hide{
    display: none;
  }
  .extra-wide-show{
    display: block;
  }  
}
#wrap{
  position: relative;
  z-index: 10;
  right: 0;
  text-align: center;
  width: 100%;
  /*min-height: 100%;*/
  height: auto !important;
  height: 100%;
  background-color: white;
  margin-top: 55px;
}
footer, .push{
  /*height: 328px;*/
}

header{
  background-color: #EADAC0;
  background-image: url(../img/common/hdr_bg.png);
  background-repeat: no-repeat;
  background-position: left center;

  background-size:auto 55px;
  -moz-background-size:auto 55px;
  -webkit-background-size:auto 55px;
  -o-background-size:auto 55px;
  -ms-background-size:auto 55px;  

  width: 100%;
  height: 55px;
  line-height: 55px;
  position: fixed;
  top:0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
header .inner{
  position: relative;
  padding-left: 15px;
  padding-right: 15px;  
}
header .logo{
  width: 180px;
  margin: 0;
}
header .logo a{
  width: 180px;
  height: auto;
  margin: 0 auto;
}
header .logo a img{
  margin-top: 10px;
}
.menu{
  position: absolute;
  top:0;
  right: 0px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.menu.pop-cls{
  position: fixed;
  padding-top: 8px;
}
.site-overlay-toggle {
    text-align: center;
    display: block;
    width: 50px;
}
.site-overlay-toggle .btn {
    height: 40px;
}
.btn-ui, .btn-ui:active, .btn-ui:focus, .btn-ui:focus:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-ui {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.site-overlay-toggle .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px;
    padding: 7px 10px 0 0;
    box-sizing:border-box;
}
.site-overlay-toggle .btn .bar {
    position: relative;
    margin: 0 auto;
    width: 22px;
    height: 1px;
    background: #000;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.site-overlay-toggle .btn .bar{
    display: inline-block;
    vertical-align: top;
}
.site-overlay-toggle .btn .bar:before {
    -webkit-transform: translate(0,6px);
    -ms-transform: translate(0,6px);
    -o-transform: translate(0,6px);
    transform: translate(0,6px);
}
.site-overlay-toggle .btn .bar:after {
    -webkit-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -o-transform: translate(0,-6px);
    transform: translate(0,-6px);
}
.site-overlay-toggle .btn .bar:after, .site-overlay-toggle .btn .bar:before {
    content: '';
    position: absolute;
    background: #000000;
    left: 0;
    top: 0;
    width: 22px;
    height: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.active .site-overlay-toggle .btn>span {
    background: 0 0;
}
.active .site-overlay-toggle .btn >span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active .site-overlay-toggle .btn >span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav{
  display: none;
/*  position: fixed;*/
  width: 100%;
/*  top:-900px;
  z-index: -10;*/
}
/*nav.ready{
  z-index: 90;
}
nav.active{
  top: 55px!important;
}*/
/*#mobile-menu{
  position: fixed;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9999990;
}
#mobile-menu.active{
  display: block;
}*/
nav .mobile-menu{
  padding-top: 30px;
   transform: translateY(-100%);
  transition: all 1s;
}
.fancybox-slide--current nav .mobile-menu {
  transform: translateY(0);
}
nav .mobile-menu .inner{
  padding: 0 20px 135px;
  position: relative;

}
nav .mobile-menu a{
  display: block;
  padding: 10px 0;
  line-height: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
nav .mobile-menu a span{
  display: block;
}
nav .mobile-menu .f-en{

}
nav .mobile-menu .btn-num02{
}
nav .mobile-menu .btn-num02 a.cat-label{
  line-height: 30px;
  margin-bottom: 0;
}
nav .mobile-menu .btn-num02 a.cat-label.cat-chigasaki{
  border: 1px solid #B3C09B;  
}
nav .mobile-menu .btn-num02 a.cat-label.cat-yokohama{
  border: 1px solid #E9967A;  
}
nav .mobile-menu .btn-num02 a.cat-label.cat-skincareshop-marble{
  border: 1px solid #8899BF;
  margin-top:10px;
}
nav .mobile-menu .btn-num02 a.cat-label:hover{
  color: white;
  border: 1px solid #65443E;
}
nav .mobile-menu .btn-num02{
  margin-top: -10px;
  margin-bottom: 23px;
}
nav .mobile-menu .btn-num02 a{
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}
.secondary-menu{
  margin-top: 10px;
  border-top: 1px solid #EAEAEA;
  padding-top: 23px;  
}
.fix-btm{
  position: fixed;
  display: none;
  bottom: 0;
  left:0;
  width: 100%;
  border-top: 1px solid #EAEAEA;
  background-color: white;
  box-sizing:border-box;
  padding: 15px 20px;
  z-index: 9999999;
  opacity:0;
  filter: alpha(opacity=0);
  -moz-opacity:0;   
}
.fix-btm.active{
  display: block;
}
.fix-btm.ready{
  opacity:1;
  filter: alpha(opacity=100);
  -moz-opacity:1; 
}
.fix-btm .btn-num01 .btn-Style03{
  width: 280px;
  max-width: 280px;
  line-height: 36px;
}
.fix-btm .btn-num02{
  max-width: 280px;
  margin:0 auto;
  padding-top: 10px;
  padding-bottom: 0px;
}
.fix-btm .btn-num02 .btn-Style02{
  line-height: 36px;
}
footer{
  background-color: white;
  padding-top: 38px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  z-index: 20;
  position: relative;
/*  border-top: 1px solid #E5E5E5;*/
}
footer .inner{
  position: relative;
  padding: 0 20px;
}
footer .ftr-btm-conts{
  text-align: center;
  padding-top: 0px;
  padding-bottom: 18px;
}
footer .ftr-btm-conts .ftr-lead{
  letter-spacing: 1px;
}
footer .sns{
  padding-top: 16px;
  padding-bottom: 18px;
}
header .sns a.ut-icon{
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius:100%;
  border:1px solid #65443E;
  background-color: #65443E;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  background-size:8px auto;
  -moz-background-size:8px auto;
  -webkit-background-size:8px auto;
  -o-background-size:8px auto;
  -ms-background-size:8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
}
footer .sns a{
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius:100%;
  border:1px solid #65443E;
  background-color: #65443E;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  background-size:8px auto;
  -moz-background-size:8px auto;
  -webkit-background-size:8px auto;
  -o-background-size:8px auto;
  -ms-background-size:8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 25px;
}
header .sns a:last-child,
footer .sns a:last-child{
  margin-right: 0;
}
header .sns .fb,
footer .sns .fb{
  background-image: url(../img/common/icon_fb.png);
}
header .sns a.tr,
footer .sns .tr{
  background-image: url(../img/common/icon_ins.png);
    background-size:28px auto;
  -moz-background-size:28px auto;
  -webkit-background-size:28px auto;
  -o-background-size:28px auto;
  -ms-background-size:28px auto;
}
header .sns a.phone{
  background-image: url(../img/common/icon_phone.png);
    background-size:12px auto;
  -moz-background-size:12px auto;
  -webkit-background-size:12px auto;
  -o-background-size:12px auto;
  -ms-background-size:12px auto;  
}
.ftr-btm-conts-02{
  background-color: #EADAC0;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: -20px;
  margin-right: -20px;
}
.ftr-btm-conts-02 .ftr-links{
  padding-bottom: 20px;
}
.ftr-btm-conts-02 .ftr-links a{
  width: 40%;
  display: block;
  text-align: center;
} 
.ftr-btm-conts-02 .ftr-links a:last-child{
/*  margin-right: 0px;*/
} 
.ftr-btm-conts-02 copyright{
  display: block;
  text-align: center;
  width: 100%;
  border-top: 1px solid #65443E;
  padding-top: 10px;
}
header .sns{
  float: right;
  padding-top: 10px;
}
@media (min-width: 980px){
  #wrap{
    min-height: 100%;
    left: 250px;
    width: calc(100% - 250px)
  }
  header .logo{
    float: left;
  }
  nav{
    display: block!important;
    width: 250px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #EAEAEA;
    box-sizing:border-box;
  }
  nav .mobile-menu{
    padding-top: 55px;
    transform: translateY(0%);
  }
  nav .mobile-menu .inner{
    padding: 0 15px 135px;
  }
  nav .mobile-menu a{
    padding: 5px 0;
    line-height: 16px;
  }
  nav .mobile-menu a:first-of-type {
    padding-top: 15px;
  }
  nav .mobile-menu .f-en{
    margin-bottom: 1px;
  }
  nav .mobile-menu a span.f-size-m{
    font-size: 10px;
  }
  nav .mobile-menu .btn-num02{

    margin-bottom: 15px;
  }
  nav .mobile-menu .btn-num02 a.cat-label{
    font-size: 12px;
    width: 98px;
    box-sizing: border-box;
    padding: 0;
  }

  .secondary-menu{
    padding-top: 13px;
  }
  .fix-btm{
    display: block!important;
    opacity:1;
    filter: alpha(opacity=100);
    -moz-opacity:1; 
    width: 250px;
    padding: 15px 15px 10px 15px;
    border-right: 1px solid #EAEAEA;
    box-sizing: border-box;
  }
  .fix-btm .btn-num02{
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .fix-btm .btn-num01 .btn-Style03{
    width: 100%;
    font-size: 12px;
    line-height: 32px;
  }
  .fix-btm .btn-num02 .btn-Style02 {
    font-size: 12px;
    line-height: 32px;
  }
  footer{
    left: 250px;
    width: calc(100% - 250px);
    border-top: 1px solid #E3E3E3;
    padding-top: 0px;
  }
  footer .btm-logo{
    width: 80px;
    margin: 0 auto 44px;
  }
  footer .ftr-cols{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  footer .inner{
  }
  
  footer .ftr-btm-conts{
    padding-top: 54px;
  }
  footer .sns{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  footer .sns a{
    margin-right: 20px;
  }
}
@media (min-width: 1200px){
  
}
.overlay{
  display: none;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background-color: #1F3134;
  opacity:0;
  filter: alpha(opacity=0);
  -moz-opacity:0;   
}
.overlay.ready{
  display: block;
}
.overlay.active{
  opacity:0.8;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
}
.cat-label{
  display: inline-block;
  line-height: 25px;
  color: white;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 300;
}
.slideMenu .slide a.cat-chigasaki,
.cat-chigasaki{
  background-color: #B3C09B;
}
.slideMenu .slide a.cat-yokohama,
.cat-yokohama{
  background-color: #E9967A;  
}
.slideMenu .slide a.cat-skincareshop-marble,
.cat-skincareshop-marble {
  background-color: #8899BF;  
}

.cat-option{
  background-color: #65443E;
}
.cat-all{
  background-color: #EADAC0;
  color: #65443E;
}

.slideMenu .slide a.cat-all{
  border: 1px solid #EADAC0;
}
.slideMenu .slide a.cat-chigasaki{
  border: 1px solid #B3C09B;
}
.slideMenu .slide a.cat-yokohama{
  border: 1px solid #E9967A;  
}
.slideMenu .slide a.active.cat-all,
.slideMenu .slide a.active.cat-chigasaki,
.slideMenu .slide a.active.cat-yokohama{
  border: 1px solid #65443E;
}

.slideMenu .slide a.cat-yokohama,
.cat-yokohama{
  background-color: #E9967A;  
}


.slideMenu .slide a.cat-chigasaki,
.slideMenu .slide a.cat-yokohama, 
.slideMenu .slide a.cat-skincareshop-marble {
  color: white;
}
header .ut-expand-conts{
  display: none;
  text-align: center;
  position: absolute;
  right: 58px;
  top: 55px;
  background-color: white;
  padding: 25px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
header .ut-expand-conts.ready{
  display: block;
}
header .ut-expand-conts span.tri{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent white transparent;
  position: absolute;
  right: 30px;
  top:-8px;
  margin-left: -8px;
}
header .ut-expand-conts .cat-label{
  text-align: center;
}
header .ut-expand-conts span,
header .ut-expand-conts .cat-label{
  display: block;
  width: 100%;
  box-sizing:border-box;
}
header .ut-expand-conts .cat-label{
  margin-top: 10px;
  margin-bottom: 8px;
}
header .ut-expand-conts a{
  display: block;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}
header .ut-expand-conts a.marginBtm{
  margin-bottom: 8px;
}
@media (min-width: 980px){
  .cat-label{
    line-height: 30px;
    margin-top: 4px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
