@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&amp;family=Roboto:wght@100&amp;family=Shippori+Mincho:wght@400;500;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&amp;display=swap');

/*-----------------------------------------------------------------------font-----

font-family: "Belleza", sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Shippori Mincho', serif;

-------------------------------------------------------------------------font-----*/

/*
html {
    scroll-behavior: smooth;
}
*/

.btn.jp {
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Shippori Mincho', serif;
}

#header .fa-instagram,
#footer .fa-instagram{
    margin-right: 10px;
}



.hd-tel a{
    font-family: 'Shippori Mincho', serif;
	line-height: .7;
}

.hd-tel a span{
    margin-right: 5px;
	font-size: 1.3rem;
}

.hd-tel .shop{
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    font-size: 15px;
    font-size: 1.5rem;
	letter-spacing: 1px;
	white-space: nowrap;
}

.hd-tel .shop:nth-child(2){
    padding-bottom:1000px;
}

.hd-tel .shop span{
     margin-right: 5px;
	font-size: 1.3rem;
}

.grayscale_100 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

a { outline: none; }
a:focus {
outline: none;
}

/*-----common mv area ↓↓↓-----*/

.eachTextAnime span{opacity: 0;}

.eachTextAnime.appeartext span{ animation:text_anime_on 2s both; }
@keyframes text_anime_on {
  0% {
    opacity:0;
}
  100% {
    opacity:1;
}
}

.page-ttl{
    padding: 205px 0 20px;
}

.page-ttl h2{
    font-size: 80px;
    font-size: 8rem;
    font-family: "Belleza", sans-serif;
    line-height: 1.2;
    margin-bottom: 60px;
}

.page-ttl h2 small{
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    display: block;
}

.page-ttl .intro {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Shippori Mincho', serif;
    margin: -20px 0 60px;
    line-height: 1.7;
}

.breadcrumb .container{
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Belleza", sans-serif;
}

.breadcrumb .container a {
    color: #000;
    /*border-bottom: 1px solid #655f5b;*/
}

.breadcrumb .container .arrow{
    font-family: 'Raleway', sans-serif;
    color: #655f5b;
    margin: 0 10px;
}    

.breadcrumb .container .current{
    border-bottom: 1px solid transparent;
}

.top-sec{
    margin-bottom: 120px;
}

.top-sec .top-img{
    left: 8%;
    width: 92%;
}

.ft-contact {
    width: 320px;
    text-align: left;
    margin-left: 50px;
}



@media screen and (max-width: 1245px){
.top-sec .top-img {
    left: 5%;
    width: 95%;
}

.top-sec {
    margin-bottom: 90px;
}

.page-ttl {
    padding: 85px 0 20px;
}

.page-ttl h2 {
    font-size: 7rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 1000px) {
.top-sec .top-img img {
    object-fit: cover;
    height: 300px;
}
}

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

.btn.jp {
    font-size: 1.6rem;
}

.page-ttl h2 {
    font-size: 3.6rem;
	margin-bottom: 10px;
	margin-top: 40px;
}

.page-ttl h2 small {
    font-size: 1.5rem;
	margin-bottom: 20px;
}

.page-ttl .intro {
    font-size: 1.5rem;
    margin: 0px auto 30px;
}

.mv-desc {
    left: inherit;
    right: 24%;
    bottom: 20px;
}

.page-rest .mv-desc {
    left: inherit;
    right: 5px;
    bottom: 5px;
    writing-mode: inherit;
    color: #fff;
}



.top-sec {
    margin-bottom: 50px;
	margin-top: -20px;
}

#header .flex-header .nav-menu .nav-center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 15px;
}

#header .flex-header .nav-menu .hd-mega__right .logo-mega img {
    vertical-align: middle;
    max-width: 100%;
    width: 70px;
}

.ft-contact {
    width: 100%;
    text-align: center;
    margin-left: 0;
}

.hd-tel a {
    font-size: 2.0rem;
}

}

@media screen and (max-width: 480px){
.top-sec .top-img img{
    object-fit: cover;
    height: 200px;
}
}

/*-----common mv area ↑↑↑-----*/

:root {
--swiper-theme-color: none !important;
}

@media screen and (max-width: 834px){
.ft-nav li {
    padding-right: 0;
}

#header .flex-header .nav-menu .show-menu > .item {
    padding: 0;
}

#header .flex-header .nav-menu .show-menu > .item > a {
    font-size: 1.6rem;
}
}

/*-----20211006追加 - common chief schedule(トップ、サロン、タレントページ) ↓↓↓ -----*/

.cm-schedule{
    margin-top: 60px;
}

.cm-schedule .inner{
    border: 3px solid #ddd;
    padding: 40px 30px;
}

.cm-schedule .inner .flexBox{
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.cm-schedule .inner .flexBox .img{
    width: 35%;
}

.cm-schedule .inner .flexBox .detail{
    width: 60%;
}

.cm-schedule .inner .ttl{
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 30px;
}

.cm-schedule .inner .ttl span{
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-size: 2.0rem;
    padding-bottom: 5px;
}

.cm-schedule .inner .text{
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 2;
    margin-bottom: 10px;
}

.cm-schedule .inner .shop{
    margin: 0 auto;
}

.cm-schedule .inner .shop p{
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
}

.cm-schedule .inner .shop p span{
    font-weight: 500;
    margin-right: 15px;
}

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

.cm-schedule .inner {
    padding: 8% 5%;
}

.cm-schedule .inner .flexBox{
    display: block;
    width: 100%;
}

.cm-schedule .inner .flexBox .img,
.cm-schedule .inner .flexBox .detail{
    text-align: center;
    width: 100%;
}

.cm-schedule .inner .flexBox .img{
    margin-bottom: 25px;
}

.cm-schedule .inner .flexBox .img img {
    /*height: 190px;
    object-fit: cover;
    object-position: 0 30%;*/
    width: 80%;
}

.cm-schedule{
    margin-top: 25px;
}

.cm-schedule .inner .ttl span {
    font-size: 1.8rem;
    padding-bottom: 1px;
}

}

