<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#wrap {
    width: 100%;
    font-size: 12px;
	min-width: 100%;
}
#logo {
    float: left;
    width: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
	z-index: 1000;
}
#logo img{
	width: 100%;
	height: auto;
}
.mainimg {
    width: 100%;
    background-image: url(../../img/main-img.png);
    background-repeat: no-repeat;
    background-position: right top;
	background-size: auto 300px;
    height: 600px;
    position: relative;
}
.mainimg .copy01 {
    position: relative;
    top: 240px;
	left:20px;
}
.mainimg .copy01 img{
	width: 60%;
	height: auto;
}
.mainimg .copy02 {
    position: absolute;
    top: 300px;
    left: 85%;
    margin-left: -47px;
}
.mainimg .copy02 img{
	width: 47px;
	height: auto;
}

.mainimg .nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 12px;
}

.sec-event {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec-menu {
    padding-top: 40px;
    padding-bottom: 30px;
}
.sec-concept {
    padding-top: 40px;
    padding-bottom: 30px;
}
.sec-salon {
    padding-top: 40px;
    padding-bottom: 30px;
}
.inner1000{
	width: 90%;
}
.menukazari {
    background-image: url(../../img/sec-menu-bg-kazari01.png);
    background-repeat: no-repeat;
    background-position: right top;
	background-size: 40% auto;
}
.menukazari2 {
    background-image: url(../../img/sec-menu-bg-kazari02.png);
    background-position: left 85%;
    background-repeat: no-repeat;
	background-size: 40% auto;
}
.inline li{
	margin-bottom: 5%;
}
.inline li img{
	width: 100%;
	height: auto;
}
.inline3 li{
	width: 40%;
}
.rightbox {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    text-align: left;
    padding-left: 0px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.salon-photo {
    width: 100%;
	position: relative;
	margin-top: 40px;
}
.salon-info {
    background-color: rgba(0,0,0,0.80);
    width: 90%;
    position: relative;
    right: 0px;
    top:0px;
	padding: 5%;
	text-align: left;
}

.salon-photo img{
	width: 100%;
	height: auto;
}
.salon-eigyo {
    background-image: url(../../img/sec-salon-icon01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 122px;
    font-size: 24px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.salon-tel {
    background-image: url(../../img/sec-salon-icon02.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 122px;
    font-size: 24px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding-top: 0px;
    margin-top: 10px;
}
.salon-tel a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
#salon .imgmap {
    width: 90%;
    display: block;
    height: auto;
    margin: 20px;
}
#salon .imgmap img{
	width: 100%;
	height: auto;
}
#salon .googlemap {
    margin: 20px;
	width: 90%;
	display: block;
	vertical-align: top;
}

#cr{
	padding-bottom: 20%;
}
.mt20{
    margin-top: 10px;
}

.mt40{
	margin-top: 20px;
}
.mt80{
	margin-top: 40px;
}
.txt9 {
    font-size: 8px;

}
.txt13 {
    font-size: 12px;

}
.txt18 {
    font-size: 13px;
}
.txt24 {
    font-size: 16px;
    line-height: 1.4em;

}
.txt30 {
    font-size: 20px;
}

.txt38 {
    font-size: 32px;
    /* letter-spacing: 0px; */
}
.txt60 {
    font-size: 30px;
}
.fixbtn {
    position: fixed;
    top: auto;
	right: 0;
	bottom:0;
	width: 100%;
	font-size:0;
}
.fixbtn a{
	width: 50%;
	height: auto;
	display: inline-block;
	font-size:18px;
	color:#fff;
	text-decoration: none;
	padding: 20px 0;
}
.fixbtn a:first-child{
	background: rgba(157,78,37,1.00);
}
.fixbtn a.btn-tel,
.fixbtn a:last-child{
    background-color: rgb(241, 157, 46);/* rgba(101,166,85,1.00) */
}
.fixbtn a.btn-fp{
	background: #992248;
}
.fixbtn a.btn-ep{
	background: #4CAF50;
}
.fixbtn.fixbtn-col3 {
	display: flex;
}
.fixbtn.fixbtn-col3 a{
	display: flex;
    justify-content: center;
    align-items: center;
}
.fixbtn-col3 a{
	width: 33.33%;
}
.pagetop {
	color: #F15A24;
	width: 40px;
	/* bottom:20px; */
}

.pagetop img {
	width: 40px;
	height: 40px;
}
.pc-none{
	display: block;
}
.sp-none{
	display: none;
}

.pc-none02{
	display: inline-block;
}
.sp-none02{
	display: none;
}
.navToggle {
    display: block;
    position: fixed;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 5000;
    background-color: #461A13;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: medium;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 20px;
 border-bottom: 2px solid #FFFFFF;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 22px;
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
 
.navToggle span:nth-child(1) {
 top: 40px;
}
 
.navToggle span:nth-child(2) {
 top: 32px;
}
 
.navToggle span:nth-child(3) {
 top: 24px;
}
 
.navToggle span:nth-child(4) {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    z-index: 0;
    bottom: 28px;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 32px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navToggle2 {
    display: block;
    position: fixed;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 5000;
    background-color: #FFFFFF;
    text-align: center;
    top: 40px;
    right: 110px;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%)!important;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 4000;
    top: 0;
    color: #491F1B;
    text-align: center;
    transform: translateX(120%);
    transition: all 0.6s;
    width: 100%;
    background-color: #491F1B;
    height: 100%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

nav.globalMenuSp .naviblock {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.naviblockbox{
    vertical-align: middle;
    font-size: 15px;
    margin-top: 64px;
}
.naviblockbox .box{
    vertical-align: top;
    width: 100%;
    color: rgba(255,255,255,1.00);
}
.naviblockbox h4 {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333;
    padding-top: 15px;
    border-top: 1px solid #666;
    padding-left: 15px;
    padding-right: 15px;
}

.naviblockbox a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-width: medium;
}
.naviblockbox .box ul {
    padding-bottom: 20px;
    border-top: 1px solid #666;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.naviblockbox .box .headnav {
    padding-bottom: 90px;
}
.naviblockbox .box ul li {
    padding-top: 10px;
	padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px dotted rgba(255,255,255,1.00);
}
.sliderarea{
    width: 300px;
    padding-bottom: 80px;
    margin: 10px auto;
    position: relative;
}
.staffbox  {
    padding: 10px 10px 40px;
    width: 280px!important;
	margin: 0px;
	display: block;
	font-size:12px;
}
.staffbox img {
    width: 280px;
    height: auto;
}

.news-box {
    padding: 20px 0;
}
.news-box .news-box-txt {
    padding: 0px 10%;
}</pre></body></html>