
body{
	font-family: -apple-system, BlinkMacSystemFont, Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/**************************************************
          
　　　　　　　　　　　　　共　通

**************************************************/



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    color: inherit;
	font-size: 1rem;
}


.display-1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: 0.4rem;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: 0.4rem;
}

.display-4 small{
    letter-spacing: 0.2rem;
}

.display-5 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}


.display-6 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}




h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    color: inherit;
	letter-spacing: 0.1em;
}


h3 {
    font-size: 1.5rem;
}


a {
    color: #444;
}

a img:hover{
	opacity: 0.8;
}

ol, ul {
	margin-left: -1rem;}

.bg-gray{background: #efefef;}
.bg-orange{background: #ee9d02;}

.text-orange{
	color: #ee9d02;
}

.o_line:after {
    content: '';
    display: block;
    background: #ee9d02;
    height: 3px;
    border-radius: 2px;
    width: 100px;
    margin: 20px auto;
}

.g_line:after {
    content: '';
    display: block;
    background: #eee;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    margin: 8px 0;
}

.bg_line:after {
    content: '';
    display: block;
    background:#e2e2e2;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    margin:18px 0 10px 0;
}

.card-body{
	padding:1rem 1.25rem;
}

.card {

    border: 2px solid rgba(0,0,0,.125);

}

.table td, .table th {
    vertical-align: middle;
}




@media (max-width:767px){
	
.display-1 {
    font-size: 3.5rem;
}

.display-2 {
    font-size: 3rem;
}

.display-3 {
    font-size: 2.5rem;
}

.display-4 {
    font-size: 2rem;
letter-spacing: 0.25rem;
}
	
.display-5 {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
}


.display-6 {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}
	
	
	
	
	
	
h2 {
    font-size: 1.5rem;
}	
	
h3 {
    font-size: 1.25rem;
}	
	

}


@media (max-width:576px){
		
h2 {font-size: 1.25rem;}	
h3 { font-size: 1rem;}	

.card-header {
    padding: .75rem .7rem;

}	
	
.card-body{
	padding:1rem .7rem;
}	

.list-inline-item:not(:last-child) {
    margin-right: .2rem;
}	

footer ol,footer ul {
    margin-left: 0;
}	
	
}


.title-font{
	font-family: 'Kosugi', sans-serif;
}

.top-title{
	font-family: 'Noto Sans SC', sans-serif;
}

.en-title{
	font-family: -apple-system, BlinkMacSystemFont, Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


small{font-family: -apple-system, BlinkMacSystemFont, Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: -15px;
    z-index: 1030;
}

.xxx-small{font-size: 40%;}
.xx-small{font-size: 60%;
letter-spacing: 0.1rem;}
.x-small{font-size: 80%;}




#btn-area .btn,
#footer-btn .btn{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.2;
	min-width: 240px;
}


#footer-btn .btn{
    background: #fff;
}

#btn-area .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}
		
#footer-btn .btn-outline-warning:hover{
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

		
footer a {color: #fff;}
footer a:hover {color: #999;}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .7rem;
}



.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border: 3px solid #ffc107;
}




@media (max-width:576px){
	.contact-btn{width: 100px;
	height: auto;}
	
	.logo{width: 55px;
	height: auto;}
	
	.menu-button {font-size: 1.3em;}
}


footer i{font-size:2.5rem;
margin-top: 10px;}


footer .btn {
    display: inline-block;
    font-weight: 400;
    padding: .2rem .75rem;
    font-size: 1rem;
	margin-top: -18px;
}


h2#menu-list:after {
    content: '';
    display: block;
    background: #ffc107;
    height: 5px;
    border-radius: 2px;
    width: 100px;
    margin: 20px auto;
}

h2#instagram:after {
    content: '';
    display: block;
    background: #666;
    height: 2px;
    border-radius: 2px;
    width: 100px;
    margin: 20px auto;
}

#content-head {
    height: 175px;
    border-bottom: 3px solid #f7f8f8;
/*    opacity:1.0;*/
}

#content-head .contact-btn{position:absolute;
right: 1px;} 

#content-head nav {
    width:1024px;
    border-bottom: 3px #d6d6d6 solid;
    font-size: 0.95rem;
/*	padding:19px 0 5px 0;*/
    padding:10px 0 5px 0;
} 

#content-head nav a{color: #222;
					letter-spacing: 0.1em;
font-family: 'Kosugi', sans-serif;
    font-weight: 600;}

#content-head nav a:hover{color:#999;}


#top-main{
	max-width:1600px;
    margin: 175px auto 0 auto;
/*	margin: 0 auto;*/
	padding: 0;
}

#content-main{
	margin: 250px auto 0 auto;
	padding: 0;
}

@media (max-width:992px){
#content-head{height:117px;} 
/*#top-main{margin-top:0px;} 	*/
#top-main{margin-top:117px;}
#content-main{
	margin: 184px auto 0 auto;
	padding: 0;
}	
	
	
}

@media (max-width:576px){
#content-head {height: 100px;}
/*#top-main{margin-top:0px;} */
#top-main{margin-top:100px;} 
#content-main{
	margin: 140px auto 0 auto;
	padding: 0;
}		
.insta-bg img {
    width: 50%;
}	
	

	}

.menu-wrap {
    position: absolute;
    z-index: 1031;
	width: 300px;
top:0;}

.int-bg h3{
	border-bottom: 2px dotted #999;}


@media (min-width: 1200px){

.container {
    max-width: 1024px;
}
}

@media (min-width: 1024px){
	.int-bg{width: 800px;
	margin: 0 auto;
	background: #50585f;
	color:#fff;}
}

@media (max-width: 1023px){
	.int-bg{width: 100%;
	background: #50585f;
	color:#fff;}
}


#topcard-title h3#title01 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
font-size: 1.3rem;
}
#topcard-title h3#title01::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}


#topcard-title h3#title02{
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
font-size: 1.3rem;
}
#topcard-title h3#title02::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #4bba48;
}


#topcard-title h3#title03{
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
font-size: 1.2rem;
letter-spacing: 1px;
line-height: 1.3;
}
#topcard-title h3#title03::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #f728bf;
}







.recruit-banner{
	background:rgba(0,0,0,0.69);
	color:#fff;
	position: absolute;
	bottom:-8px;
	letter-spacing: 0;
}


.menu-banner{
	background:rgba(0,0,0,0.69);
	color:#fff;
	position: absolute;
	bottom:-8px;
}


@media (max-width:992px){

.recruit-banner {
    background: rgba(0,0,0,0.80);
    position:static;
}
}


@media (max-width:767px){
.menu-banner {
    background: rgba(0,0,0,0.80);
    position:static;

	}
	
	
.menu-banner span{
  display: block;
	line-height: 1rem;
}	
	
	
}

.menu-banner small{
	font-size:50%;
}

/*インスタ*/

.insta-bg img{
	padding: 5px;
}





/**************************************************
          
　　　　　　　　　　　　　メッセージ

**************************************************/




.jumbotron {
  background-image: url("../images/message/cover.jpg");
  background-size: cover;
  background-position: center 30%;
　max-width: 1600px;
}

@media (min-width:993px){

	
.cover{padding:8rem 0;}
}



#guide .table th {
    padding: .5rem;
    vertical-align: middle;
    background-color: rgb(52, 152, 219);
	font-weight: normal;
	color:#fff;
}

#guide .table td,#guide .table th {
	padding:10px;
    border: 1px solid #eee;
}




@media (max-width:576px){

	.tel{font-size: 95%;}

#guide .display-5 {
    font-size: 1rem;
    line-height: 2.2;
    background-color: rgb(52, 152, 219);
	border-radius: 10px;
	text-align: center;
	color:#fff;
}
	
#guide small{
	display: none;
}

#guide .table th{
  background: #eee;
  border: solid 1px #ccc;
  color: #222;
  padding: 5px;
	font-weight: 400;
}
#guide td {
  border: solid 1px #ccc;
  padding: 10px;

}

	
#guide .table td,#guide .table th {
  border: none;
}	
	
#guide th {

  border: none;
  color: #fff;
}
	
	
#guide td {
  border: none;
  padding: .5rem .75rem;
}
#guide .table td:last-child {
  
    width: 100%;
border: 1px solid #eee;
  }
#guide .table {
    width: 100%;
  }
#guide .table th,
#guide .table td {
    display: block;
    width: 100%;
	font-size: 90%;
  }
	
#guide .g_line:after {
	display: none;

}

	#salon{font-size: 90%;}

}


.balloon,.balloon1  {
 	position: relative;
	/*display: inline-block;*/
 	margin: 1.5em 0;
	/*padding: 30px;*/
 	color: #555;
	font-size: 16px;
	background: rgba(0,0,0,.05);
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(0,0,0,.05);
}



@media (min-width:1024px){
	
.curriculum{width: 700px;}

	}


@media (max-width:767px){
	
.curriculum{width: 100%;}
#careerup  h3 .xx-small{display: block; margin-top: 5px;}
	}


#stylist,#assistant{margin-top: -175px;
    padding-top: 175px;}

/*追加分211110*/

video { 
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
/*    z-index: -100;*/
    background:url(images/top/top.jpg);
    background-size: cover;
    transition: 1s opacity;
    object-fit: contain;
    overflow: hidden;

}
.top-title {
    font-family: 'Playfair Display', 'Hiragino Mincho ProN', serif;
    letter-spacing: 0.01em;
}
.display-6{font-size: 2.5rem;
    line-height: 3rem;}

#movhead { 
    position: absolute;
    top:35%;
/*    top:46%;*/
    color: white;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#movhead h1 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    line-height: 2.5rem;
}

@media (min-width: 576px){	
    #movhead { 
        position: absolute;
        color: white;
        width: 100%;
        /*background-color: rgba(0,0,0,0.5);*/
        text-align: center;
/*        top:44%;*/

    }

    #movhead h1 {
        font-size: 2.5rem;
        text-transform: uppercase;
        line-height: 3.5rem;
    }	
}


@media (min-width: 768px){	

    #movhead h1 {
        font-size:2.6rem;
        text-transform: uppercase;
        line-height:3.6rem;
    }

    #movhead { 
/*        top:45%;*/
        top:38%;
    }

}		



@media (min-width: 992px){	

    #movhead h1 {
        font-size:3rem;
        text-transform: uppercase;
        margin-top: 0;
        letter-spacing: .5rem;
        line-height: 4rem;
    }

    #movhead { 
        position: absolute;
/*        top:34%;*/
        top:25%;
        left:18%;
        color: white;
        padding: 2rem;
        width: 60%;
        margin:2rem;
        text-align: center;

    }

}

@media (min-width: 1280px){		

    #movhead h1 {
        font-size:3.5rem;
        text-transform: uppercase;
        margin-top: 0;
        letter-spacing: .5rem;
        line-height: 4.5rem;
    }

    #movhead { 
        position: absolute;
/*        top:36%;*/
        top:28%;
        left:18%;
        color: white;
        padding: 2rem;
        width: 60%;
        margin:2rem;
        text-align: center;

    }
}

@media (min-width: 1600px){		

    #movhead h1 {
        font-size: 5rem;
        text-transform: uppercase;
        margin-top: 0;
        letter-spacing: .5rem;
        line-height: 6.5rem;
    }

    #movhead { 
        position: absolute;
/*        top:33%;*/
        left:19%;
        color: white;
        padding: 2rem;
        width: 60%;
        margin:2rem;
        text-align: center;
    }
}	
