@charset "UTF-8";
/* 共通 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: none;
}


/* Effect */
.eff-dark{
  background: #000;
}
.eff-dark:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.eff-light{
  background: #fff;
}
.eff-light:hover img{
  opacity: 0.7;
  transition-duration: 0.0s;
}



/* ナビ */
.navbar {
  border-bottom: none;
}
.fixed-top {
  z-index: 100;
}


/* 右上メニューボタン */
.navigation__checkbox {
    display: none;
}

.navigation__button {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    height: 5rem;
    width: 5rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 300;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

@media screen  and (min-width: 768px) {
    .navigation__button {
        top: 4rem;
        /*right: 4rem;*/
        height: 5rem;
        width: 5rem;
    }
}

.navigation__background {
    position: fixed;
    top: 2rem;
    right: 2rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #FFFFFF;
    background-size: cover;
    background-position: center;
    z-index: 100;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width: 768px) {
    .navigation__background {
        top: 4.5rem;
        /*right: 4.5rem;*/
        height: 4rem;
        width: 4rem;
    }
}

.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
    /*@include center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
}

.navigation__item {
    /*margin: 1rem;*/
}

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
    padding: 1rem 0.5rem 0.5rem 0.5rem;

    color: #000000;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all .2s;
}

@media(min-width: 768px) {
    .navigation__link:link,
    .navigation__link:visited {
        /*font-size: 2.4rem;*/
    }
}

.navigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.navigation__link:hover {
    color: #C1D0D0;
    transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
    transform: scale(80)
}

.navigation__checkbox:checked~.navigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.navigation__icon {

    position: relative;
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .navigation__icon {
        /*margin-top: 3.5rem;*/
    }
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    display: inline-block;
    width: 2.2rem;
    height: 2px;
    background-color: #000000;
}

@media (min-width: 768px) {
    .navigation__icon,
    .navigation__icon::before,
    .navigation__icon::after {
        /*width: 3rem;*/
    }
}

.navigation__icon::before,
.navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 200ms;
}

.navigation__icon::before {
    top: -.8rem;
}

.navigation__icon::after {
    top: .8rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
    top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}




/* TOPスライド */
.hd-5 {
  font-size: 4rem;
    font-weight: 400;
}
@media (min-width: 768px){
  .hd-md-7 {
    font-size: 8rem;
    font-weight: 400;
  }
}



/* TOPおしらせ(notice) */
/*----  Main Style  ----*/
#cards_landscape_wrap-2{
  /*text-align: center;*/
  /*background: #F7F7F7;*/
}
#cards_landscape_wrap-2 .container{
  /*padding-top: 80px;*/
  /*padding-bottom: 100px;*/
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  /*border-radius: 5px;*/
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);*/
  /*border-radius: 5px;*/
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  /*text-align: center;*/
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.40);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
  text-align: center;
}



/* サロン案内枠 */
.guide_salon {
  margin:0;
  padding:0;
  list-style: none;
  overflow: hidden;
}
.guide_salon li a {
  width: 50%;
  text-align: center;
  background-color: #000;
  float: left;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
}
.guide_salon li a:hover {
  opacity:0.85;
}
.guide_salon .web_btn a {
  background:#ED588D;
}





/* ブログ */
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}


/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}




/* タイル状パネル(cardで応用可能) */
/* Content box */
.content-box {
  margin: 20px 0;
}

.content-box-title {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: 0px;
}



/* スタッフ画像文字 */
.eff-staff {
  overflow:    hidden;
  position:    relative;
}
.eff-staff .caption {
  font-size:    100%;
  text-align:     center;
  color:      #fff;
}
.eff-staff .mask {
  width:      100%;
  height:      100%;
  position:    absolute;
  top:      0;
  left:      0;
  opacity:    0;
  background-color:  rgba(0,0,0,0.4);
  -webkit-transition:  all 0.6s ease;
  transition:    all 0.6s ease;
}
.eff-staff:hover .mask {
  opacity:    1;
  padding-top:    100px;  /* ホバーで下にずらす */
}



/* サロン案内：ギャラリー */
.card {
  border: none; 
}




/* 旧デザイン共通 */
/* サブメニュー */
.submenu {
  padding: 0; 
  background-color: #333;
  color: #fff;
}
.submenu ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  font-size: 10pt;
  line-height: 1.4;
  list-style: none;
  border-bottom: solid 1px #ccc;
}
.submenu li {
  display: table-cell;
  text-align: center;
  *float: left;
  border-left: solid 1px #ccc;
}
.submenu li a {
  display: block;
  padding: 10px 5px 10px 5px;
/*  color: #777;*/
  color: #fff;
  text-decoration: none;
}
.submenu li a:hover {
  /* color: #333; */
  color: #d70019;
}
.submenu li span {
  display: block;
  font-size: 8pt;
}


/* サイドバー(ブログ・おしらせ・kikkoなど) */
.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget .icon-list li {
  padding: 5px 0;
}
.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

.sidebar {
  margin-top: 50px;
}
.sidebar .widget {
  margin-bottom: 60px;
}
.sidebar .widget-title {
  color: #111;
}



/* 記事一覧(おしらせ・kikko) */
.press_entry {
  padding: 20px;
}
.press_entry img {
  float: left;
  max-width: 30%;
  height: auto;
  margin: 0 0 10px 0;
  vertical-align: bottom;
}
.press_entry h1 {
  margin: 0 0 10px 33%;
  font-size: 20px;
}
.press_entry p {
  margin: 0 0 10px 33%;
}
.press_entry:after {
  content: "";
  display: block;
  clear: both;}
.press_entry {
  *zoom: 1;
}



/* スタッフ詳細 */
.profile-side-box {
  margin: 20px 0;
}
.profile-side-box-title {
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
}


/* youtube埋め込み(おしらせ・ブログ) */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* お知らせ一覧横スクロール */
  .scrollable-container {
    overflow-x: auto;
    white-space: nowrap;
  }
  .post-container {
    display: inline-block;
  }
  .post-item {
    width: 250px; /* 要素の幅 */
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 30px; /* オプション: 要素間の余白を調整 */
  }

  /* お知らせ一覧横スクロール：スタイリッシュに */
  .scrollable-container {
    scrollbar-width: thin; /* Firefox スクロールバーの幅を細くする */
  }

  .scrollable-container::-webkit-scrollbar {
    width: 5px; /* WebKitブラウザ（Chrome、Safari）に対する設定 */
  }

  /* スクロールバーのトラック */
  .scrollable-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
  }

  /* スクロールバーのハンドル */
  .scrollable-container::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの色 */
    border-radius: 5px; /* 角丸 */
  }

  /* スクロールバーのハンドルがマウスオーバーされたときのスタイル */
  .scrollable-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* スクロールバーの色 */
  }