body{
  background:url(https://nailbelcrea.com/wp-content/uploads/2018/11/back.jpg)
;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.global_menu > ul > li a{
	font-family: 'Nanum Myeongjo', serif;
	font-size:16px !important;
}


/*top*/
#top_slider img {
    max-height: 800px;
}
#index_info_headline {
	padding: 0px 0 75px !important;
}
.frame{
	padding:2em 0 0 0;
}
.frame img{
	width:100%;
	height:auto;
	max-width:1100px;
	display: inline-block;
box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width:991px){
	#top_slider img {
    max-height: 400px !important;
}
}
#index_content1_top{
	display:none;
}
#index_content1_bottom h3{
	color:#FF99C5 !important;

}
.image:hover{
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.image{
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

/*CONCEPT*/
.con_title{
	font-family: 'Noto Serif JP', sans-serif;
	color:#673a0b;
	background: linear-gradient(transparent 75%, #ffc7c1 75%);
}

#con_image{
display: inline-block;
box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

/*SALON INFO*/
#saloninfo{
	width:100%;
}
#saloninfo td{
	background:rgba(255, 255, 255, 0.48);
	border:none;
	border-bottom:solid 2px #673a0b;
}
.salon1{
	width:30%;
}
.salon2{
	width:70%;
}

/*SALONINFO*/
.btn_1{
	text-align:center;
	padding:1em 0;
	line-height:2em;
	font-size:16px;
}
.btn_1 p{
	padding:2em !important;
}
.btn_1 a{
	position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #F59A90;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
#salon_h1 h1{
	font-family: 'Nanum Myeongjo', serif;
	font-size:26px;
	color:#673a0b;
	border-bottom:dotted 3px;
}
#salon_h1 h1:first-letter{
	font-size: 2em;
  color: #fa93da;
}