@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.btn a > div::before, .btn02 a > div::before {
/*    width: 143px !important;*/
    height: 38px !important;
		top: 60%;
}
.iframemap iframe{
	width: 100% !important;
}

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

.cont_01 {
    z-index: 1;
}

.salon_top {
    position: relative;
}

.salon_top h1 {
    font-size: 5rem;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
/*    padding-left: 170px;*/
    color: #ffa9a9;
}

.salon_top h1:before {
	display: none;
/*
    content: "";
    background-image: url(../images/contents/logo2.png);
    width: 160px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
*/
}
.blog #contents .pager{
	display: none !important;
}
@media screen and (max-width: 1500px) {
    .salon_top h1 {
        top: 60px;
    }
}

@media screen and (max-width: 834px) {
	.salon_top h1 {
			top: 60px;
			font-size: 3.5rem;
			padding-left: 130px;
	}
	.salon_top h1:before {
			width: 120px;
			height: 35px;
	}
	.iframemap iframe{
		height:300px !important;
	}
}
@media screen and (max-width: 640px) {
	#footer-nav>ul, .footer-nav>ul{
		flex-direction: row !important;
	}
}